summaryrefslogtreecommitdiff
path: root/src/f_op
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2026-01-26 07:20:02 +0200
committerGitHub <noreply@github.com>2026-01-25 21:20:02 -0800
commitbe3efedee34194f88845a5f4413096812ac22dfd (patch)
tree1854cbfd96ede36fe12c1e26862cb2c7882f8414 /src/f_op
parent7883248acc883990c869d0b8b855283207340519 (diff)
Work on d_jdpreviwer (#3067)
Diffstat (limited to 'src/f_op')
-rw-r--r--src/f_op/f_op_scene.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/f_op/f_op_scene.cpp b/src/f_op/f_op_scene.cpp
index 304a734577..ba1a8e0175 100644
--- a/src/f_op/f_op_scene.cpp
+++ b/src/f_op/f_op_scene.cpp
@@ -8,6 +8,10 @@
#include "f_op/f_op_scene_mng.h"
#include "m_Do/m_Do_hostIO.h"
+#if DEBUG
+#pragma nosyminline on
+#endif
+
static int fopScn_Draw(scene_class* i_this) {
int ret = fpcNd_DrawMethod((nodedraw_method_class*)i_this->submethod, i_this);
return ret;