diff options
| author | Juan Linietsky | 2017-08-26 00:40:45 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-08-26 00:47:28 -0300 |
| commit | 1894157c9fab05984428d83a743b0fe1d720c80c (patch) | |
| tree | 817530eb75258c3dc6c73d4eb276af7b61761b06 /scene/3d/room_instance.cpp | |
| parent | d9e94fa0c308f8f157e71fb03bab5834308b56ee (diff) | |
| download | godot-1894157c9fab05984428d83a743b0fe1d720c80c.tar.gz godot-1894157c9fab05984428d83a743b0fe1d720c80c.tar.zst godot-1894157c9fab05984428d83a743b0fe1d720c80c.zip | |
Diffstat (limited to 'scene/3d/room_instance.cpp')
| -rw-r--r-- | scene/3d/room_instance.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/3d/room_instance.cpp b/scene/3d/room_instance.cpp index 3e6a8d3c3..81ddf4a66 100644 --- a/scene/3d/room_instance.cpp +++ b/scene/3d/room_instance.cpp @@ -31,6 +31,7 @@ #include "servers/visual_server.h" +#if 0 #include "geometry.h" #include "project_settings.h" #include "scene/resources/surface_tool.h" @@ -158,3 +159,4 @@ Room::Room() { Room::~Room() { } +#endif |
