summaryrefslogtreecommitdiffstats
path: root/src/core/AnimViewer.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-09 15:06:13 +0200
committerSergeanur <s.anureev@yandex.ua>2020-05-09 15:06:13 +0200
commit28103775ba799133b252e423e3da62ed7b09f7b9 (patch)
tree02b9958d54e040fe20310990a9da5636fe0527db /src/core/AnimViewer.cpp
parentFix compilation error (diff)
downloadre3-28103775ba799133b252e423e3da62ed7b09f7b9.tar
re3-28103775ba799133b252e423e3da62ed7b09f7b9.tar.gz
re3-28103775ba799133b252e423e3da62ed7b09f7b9.tar.bz2
re3-28103775ba799133b252e423e3da62ed7b09f7b9.tar.lz
re3-28103775ba799133b252e423e3da62ed7b09f7b9.tar.xz
re3-28103775ba799133b252e423e3da62ed7b09f7b9.tar.zst
re3-28103775ba799133b252e423e3da62ed7b09f7b9.zip
Diffstat (limited to 'src/core/AnimViewer.cpp')
-rw-r--r--src/core/AnimViewer.cpp3
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);