We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c547f01 commit 3c7f5a0Copy full SHA for 3c7f5a0
core/scene_synchronizer_debugger.cpp
@@ -9,11 +9,12 @@
9
#include "core/os/os.h"
10
11
#include "../data_buffer.h"
12
-#include "../scene_synchronizer.h"
13
#include "net_utilities.h"
14
15
#endif
16
+#include "../scene_synchronizer.h"
17
+
18
SceneSynchronizerDebugger *SceneSynchronizerDebugger::the_singleton = nullptr;
19
20
SceneSynchronizerDebugger *SceneSynchronizerDebugger::singleton() {
0 commit comments