mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Allow to compile the engine without XR support
This commit is contained in:
parent
cc7a951140
commit
aea559b39a
33 changed files with 77 additions and 57 deletions
|
|
@ -37,10 +37,6 @@
|
|||
#include "servers/rendering_server.h"
|
||||
#include "storage/render_scene_buffers.h"
|
||||
|
||||
#ifndef _3D_DISABLED
|
||||
#include "servers/xr/xr_interface.h"
|
||||
#endif // _3D_DISABLED
|
||||
|
||||
class RendererViewport {
|
||||
public:
|
||||
struct CanvasBase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue