mirror of
https://github.com/Llennpie/Saturn.git
synced 2025-01-22 15:43:05 -05:00
forgor to make it a pointer
This commit is contained in:
parent
1e9fc07b1a
commit
00d13f055d
1 changed files with 1 additions and 1 deletions
|
@ -1970,7 +1970,7 @@ void gfx_precache_textures(void) {
|
|||
//fs_walk(FS_TEXTUREDIR, preload_texture, NULL, true);
|
||||
|
||||
// ...IM CLEARING THE CACHE INSTEAD XDDDDDDDD
|
||||
memset(gfx_texture_cache, 0, sizeof(gfx_texture_cache));
|
||||
memset(&gfx_texture_cache, 0, sizeof(gfx_texture_cache));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue