Fixed compile error in Release

This commit is contained in:
Kah Wei 2022-11-08 14:06:01 +08:00
parent ed3131143d
commit 1f4a530dcc
1 changed files with 1 additions and 2 deletions

View File

@ -81,9 +81,8 @@ namespace SHADE
//! The push constant data for the command buffer
uint8_t pushConstantData[PUSH_CONSTANT_SIZE];
#ifdef _DEBUG
//! Depth of segmenting of the command buffer (used for debug data)
int segmentDepth;
#endif
/*-----------------------------------------------------------------------*/
/* PRIVATE MEMBER FUNCTIONS */