summaryrefslogtreecommitdiffstats
path: root/core/math/camera_matrix.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-09-12 11:16:36 +0200
committerGitHub <noreply@github.com>2017-09-12 11:16:36 +0200
commit3941e01a57653e6b2edb8f056f657f4ae9d569b0 (patch)
tree187dcae4f455608e2c2edf9bd9ecb71454b43209 /core/math/camera_matrix.h
parentcbe7c23afe0910e9ee50e198fdb3170214315ed7 (diff)
parent5e18967d7730f162aa111b2972e3fdc80ee52579 (diff)
downloadredot-engine-3941e01a57653e6b2edb8f056f657f4ae9d569b0.tar.gz
Merge pull request #11041 from hpvb/fix-clang-format-error
Fix serveral recent new clang-format errors [ci skip]
Diffstat (limited to 'core/math/camera_matrix.h')
-rw-r--r--core/math/camera_matrix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/camera_matrix.h b/core/math/camera_matrix.h
index 87cc4b95b8..3145d73356 100644
--- a/core/math/camera_matrix.h
+++ b/core/math/camera_matrix.h
@@ -84,7 +84,6 @@ struct CameraMatrix {
Plane xform4(const Plane &p_vec4) const;
_FORCE_INLINE_ Vector3 xform(const Vector3 &p_vec3) const;
-
operator String() const;
void scale_translate_to_fit(const Rect3 &p_aabb);