You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Android: Fix build with disable_3d
Fixes #103516.
(cherry picked from commit a7dd4ad5f8)
This commit is contained in:
@@ -49,6 +49,7 @@
|
|||||||
#include "core/config/project_settings.h"
|
#include "core/config/project_settings.h"
|
||||||
#include "core/input/input.h"
|
#include "core/input/input.h"
|
||||||
#include "main/main.h"
|
#include "main/main.h"
|
||||||
|
#include "servers/rendering_server.h"
|
||||||
|
|
||||||
#ifndef _3D_DISABLED
|
#ifndef _3D_DISABLED
|
||||||
#include "servers/xr_server.h"
|
#include "servers/xr_server.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user