mirror of
https://github.com/td512/re3.git
synced 2026-01-30 01:03:47 +00:00
Place debug menu under ifdef
This commit is contained in:
@@ -248,8 +248,9 @@ CAnimViewer::Update(void)
|
||||
}
|
||||
CPad::UpdatePads();
|
||||
CPad* pad = CPad::GetPad(0);
|
||||
|
||||
#ifdef DEBUGMENU
|
||||
DebugMenuProcess();
|
||||
#endif
|
||||
|
||||
CStreaming::UpdateForAnimViewer();
|
||||
CStreaming::RequestModel(modelId, 0);
|
||||
|
||||
Reference in New Issue
Block a user