mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 03:54:10 +00:00
Place debug menu under ifdef
This commit is contained in:
parent
1b599b2d35
commit
28103775ba
11 changed files with 27 additions and 7 deletions
|
@ -248,8 +248,9 @@ CAnimViewer::Update(void)
|
|||
}
|
||||
CPad::UpdatePads();
|
||||
CPad* pad = CPad::GetPad(0);
|
||||
|
||||
#ifdef DEBUGMENU
|
||||
DebugMenuProcess();
|
||||
#endif
|
||||
|
||||
CStreaming::UpdateForAnimViewer();
|
||||
CStreaming::RequestModel(modelId, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue