diff options
Diffstat (limited to 'src/engine/fox_std_lib.c')
| -rw-r--r-- | src/engine/fox_std_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/fox_std_lib.c b/src/engine/fox_std_lib.c index b6e71ef1..b3c4e9c4 100644 --- a/src/engine/fox_std_lib.c +++ b/src/engine/fox_std_lib.c @@ -31,7 +31,7 @@ void Lib_Texture_Scroll(u16* texture, s32 width, s32 height, u8 mode) { u16 tempPxl; s32 u; s32 v; - // return; + return; // LTodo: [HD-Textures] This is broken switch (mode) { |
