mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-26 12:22:35 +01:00
- disable obstacle map debug display
This commit is contained in:
parent
48ed8f4292
commit
455fbb2f49
@ -102,7 +102,7 @@ inline void OMapSet(int cellX, int cellZ, int val)
|
|||||||
// [A] debug obstacle map display with new debug window
|
// [A] debug obstacle map display with new debug window
|
||||||
void DebugDisplayObstacleMap()
|
void DebugDisplayObstacleMap()
|
||||||
{
|
{
|
||||||
#if defined(_DEBUG) && 1
|
#if defined(_DEBUG) && 0
|
||||||
static SDL_Window* occlusionWindow;
|
static SDL_Window* occlusionWindow;
|
||||||
static SDL_Surface* occlSurface;
|
static SDL_Surface* occlSurface;
|
||||||
static SDL_Texture* occlTexture;
|
static SDL_Texture* occlTexture;
|
||||||
|
Loading…
Reference in New Issue
Block a user