You've already forked godot
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user