- disable obstacle map debug display

This commit is contained in:
Ilya Shurumov 2020-10-24 20:55:08 +06:00
parent 48ed8f4292
commit 455fbb2f49

View File

@ -102,7 +102,7 @@ inline void OMapSet(int cellX, int cellZ, int val)
// [A] debug obstacle map display with new debug window
void DebugDisplayObstacleMap()
{
#if defined(_DEBUG) && 1
#if defined(_DEBUG) && 0
static SDL_Window* occlusionWindow;
static SDL_Surface* occlSurface;
static SDL_Texture* occlTexture;