summaryrefslogtreecommitdiff
path: root/src/engine/fox_std_lib.c
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-10-17 09:53:40 -0600
committerKiritoDv <kiritodev01@gmail.com>2024-10-17 09:53:40 -0600
commit2cfbe01e50e65ff1ada5ba100eb73feac18524ae (patch)
tree039241c739eccbc456bedc54cd42061dab175dec /src/engine/fox_std_lib.c
parentcd288a4c5b816ddad9a019d41ee2e442f169eba1 (diff)
Added frame interpolation markers
Diffstat (limited to 'src/engine/fox_std_lib.c')
-rw-r--r--src/engine/fox_std_lib.c2
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) {