Perfomace bug
#1335
Open
opened 3 years ago by boris768
·
0 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
3233ffe1c4/src/renderer/WaterLevel.cpp (L456-L464)
Is it necessary to allocate heap for this array? Why not allocate it on stack?
just
bool isConnected[MAX_SMALL_SECTORS][MAX_SMALL_SECTORS] = {};