1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Organize ifdefs for disabling navigation, physics, and XR

This commit is contained in:
Aaron Franke
2025-04-02 03:15:02 -07:00
parent 1f56d96cf2
commit 2800948d61
10 changed files with 62 additions and 61 deletions

View File

@@ -31,7 +31,10 @@
#include "renderer_compositor.h"
#include "core/config/project_settings.h"
#ifndef XR_DISABLED
#include "servers/xr_server.h"
#endif // XR_DISABLED
RendererCompositor *RendererCompositor::singleton = nullptr;