summaryrefslogtreecommitdiffstats
path: root/scene/3d/camera_3d.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-07-01 16:28:48 +0200
committerGitHub <noreply@github.com>2020-07-01 16:28:48 +0200
commit9000e596502c45b5611768efcd30e76556209717 (patch)
tree486b63209cbade48aadd9792710d4b685c688928 /scene/3d/camera_3d.cpp
parent2fc3c5bb9f0250cb5caecb79f8dc00c100d1e189 (diff)
parent372136fe75e9f042d2284bae46d2879950f4d399 (diff)
downloadredot-engine-9000e596502c45b5611768efcd30e76556209717.tar.gz
Merge pull request #40016 from akien-mga/environment-code-cleanup
Environment: Refactor code for readability + more
Diffstat (limited to 'scene/3d/camera_3d.cpp')
-rw-r--r--scene/3d/camera_3d.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/camera_3d.cpp b/scene/3d/camera_3d.cpp
index 689afa5608..ecbaca7bd1 100644
--- a/scene/3d/camera_3d.cpp
+++ b/scene/3d/camera_3d.cpp
@@ -35,6 +35,7 @@
#include "core/math/camera_matrix.h"
#include "scene/resources/material.h"
#include "scene/resources/surface_tool.h"
+
void Camera3D::_update_audio_listener_state() {
}