diff options
| author | BastiaanOlij <mux213@gmail.com> | 2017-01-07 19:33:11 +1100 |
|---|---|---|
| committer | BastiaanOlij <mux213@gmail.com> | 2017-01-16 23:14:13 +1100 |
| commit | 3a02df7739df1ad0003ac7b4dd97a8dca2de4f99 (patch) | |
| tree | 3b79be439fc6a8cd72dfd76fdf0631254693c8ec /scene | |
| parent | eeea11602240d41c704e540ef2fd3cad422cc01a (diff) | |
Working on compile issues for iOS
Diffstat (limited to 'scene')
| -rw-r--r-- | scene/3d/baked_light_instance.cpp | 1 | ||||
| -rw-r--r-- | scene/3d/gi_probe.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/scene/3d/baked_light_instance.cpp b/scene/3d/baked_light_instance.cpp index d411e55e84..514c73a488 100644 --- a/scene/3d/baked_light_instance.cpp +++ b/scene/3d/baked_light_instance.cpp @@ -1705,7 +1705,6 @@ void BakedLight::create_debug_mesh(DebugMode p_mode) { #else mmi->set_owner(get_owner()); #endif - } void BakedLight::_debug_mesh_albedo() { diff --git a/scene/3d/gi_probe.cpp b/scene/3d/gi_probe.cpp index 54d7cb6b9e..8035ce1cc7 100644 --- a/scene/3d/gi_probe.cpp +++ b/scene/3d/gi_probe.cpp @@ -1324,7 +1324,6 @@ void GIProbe::_create_debug_mesh(Baker *p_baker) { #else mmi->set_owner(get_owner()); #endif - } void GIProbe::_debug_bake() { |