diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-09 16:06:13 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-09 16:06:13 +0300 |
commit | 28103775ba799133b252e423e3da62ed7b09f7b9 (patch) | |
tree | 02b9958d54e040fe20310990a9da5636fe0527db /src/core/AnimViewer.cpp | |
parent | 1b599b2d35d44d3ced42fc5e8b271d6ccfd31edf (diff) |
Place debug menu under ifdef
Diffstat (limited to 'src/core/AnimViewer.cpp')
-rw-r--r-- | src/core/AnimViewer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/AnimViewer.cpp b/src/core/AnimViewer.cpp index 00d39066..40a8b09e 100644 --- a/src/core/AnimViewer.cpp +++ b/src/core/AnimViewer.cpp @@ -248,8 +248,9 @@ CAnimViewer::Update(void) } CPad::UpdatePads(); CPad* pad = CPad::GetPad(0); - +#ifdef DEBUGMENU DebugMenuProcess(); +#endif CStreaming::UpdateForAnimViewer(); CStreaming::RequestModel(modelId, 0); |