Fix link error when disable_3d=yes

(cherry picked from commit a638af886e)
This commit is contained in:
sanikoyes 2016-03-11 10:01:56 +08:00 committed by Rémi Verschelde
parent d950a13c10
commit 7c44cbee67

View file

@ -894,6 +894,7 @@ void Viewport::_camera_remove(Camera* p_camera) {
}
}
#ifndef _3D_DISABLED
void Viewport::_camera_make_next_current(Camera* p_exclude) {
for(Set<Camera*>::Element *E=cameras.front();E;E=E->next()) {
@ -909,7 +910,7 @@ void Viewport::_camera_make_next_current(Camera* p_exclude) {
}
}
#endif
void Viewport::set_transparent_background(bool p_enable) {