diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-04-07 18:01:42 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-04-07 18:01:42 -0600 |
| commit | f9449fa185a8789bdfd2c81ccfeebaed0f8686cc (patch) | |
| tree | dc640af380a814eb5354672c7f0a4c1bc1cd8dfa /src/engine/fox_std_lib.c | |
| parent | 1507de12439a7b59093120e721b9677828bb83b2 (diff) | |
Fixed Solar and Zoness
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 fd2704fc..4754b7a6 100644 --- a/src/engine/fox_std_lib.c +++ b/src/engine/fox_std_lib.c @@ -26,7 +26,7 @@ s32 Graphics_Printf(const char* fmt, ...) { } void Texture_Scroll(u16* texture, s32 width, s32 height, u8 mode) { - return; + // LTodo: [HD-Textures] This is broken u16* temp_t0 = LOAD_ASSET(texture); u16 temp_a3; s32 var_a0; |
