store bytes at global data seg (#5708)
This commit is contained in:
parent
a6dc9f9e92
commit
78797757f0
|
|
@ -108,7 +108,7 @@ int main(void)
|
|||
decalMaterial.maps[MATERIAL_MAP_DIFFUSE].color = RAYWHITE;
|
||||
|
||||
bool showModel = true;
|
||||
Model decalModels[MAX_DECALS] = { 0 };
|
||||
static Model decalModels[MAX_DECALS] = { 0 };
|
||||
int decalCount = 0;
|
||||
|
||||
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user