mirror of https://github.com/AxioDL/metaforce.git
CScriptMazeNode: Remove debug logvisor instance
This commit is contained in:
parent
dbbb3cdc4e
commit
1fd481a020
|
@ -469,8 +469,6 @@ void CMazeState::GenerateObstacles() {
|
|||
};
|
||||
}
|
||||
|
||||
static logvisor::Module Log("CMazeState");
|
||||
|
||||
#ifndef NDEBUG
|
||||
void CMazeState::DebugRender() {
|
||||
m_renderer.Reset();
|
||||
|
|
Loading…
Reference in New Issue