You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Bugfix: 2x+ skyboxes given insufficient memory space (#372)
This commit is contained in:
@@ -61,7 +61,7 @@ struct Skybox {
|
||||
|
||||
struct Skybox sSkyBoxInfo[2];
|
||||
|
||||
typedef const Texture *const SkyboxTexture[80 * SKYBOX_SIZE];
|
||||
typedef const Texture *const SkyboxTexture[80 * sqr(SKYBOX_SIZE)];
|
||||
|
||||
extern SkyboxTexture bbh_skybox_ptrlist;
|
||||
extern SkyboxTexture bidw_skybox_ptrlist;
|
||||
|
||||
Reference in New Issue
Block a user