diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-10-17 09:53:40 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-10-17 09:53:40 -0600 |
| commit | 2cfbe01e50e65ff1ada5ba100eb73feac18524ae (patch) | |
| tree | 039241c739eccbc456bedc54cd42061dab175dec /src/engine/fox_std_lib.c | |
| parent | cd288a4c5b816ddad9a019d41ee2e442f169eba1 (diff) | |
Added frame interpolation markers
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) { |
