Allow to compile the engine without XR support

This commit is contained in:
Michael Alexsander 2025-02-24 20:37:51 -03:00
parent cc7a951140
commit aea559b39a
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
33 changed files with 77 additions and 57 deletions

View file

@ -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 {