diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-09-12 11:16:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 11:16:36 +0200 |
commit | 3941e01a57653e6b2edb8f056f657f4ae9d569b0 (patch) | |
tree | 187dcae4f455608e2c2edf9bd9ecb71454b43209 /core/math/camera_matrix.h | |
parent | cbe7c23afe0910e9ee50e198fdb3170214315ed7 (diff) | |
parent | 5e18967d7730f162aa111b2972e3fdc80ee52579 (diff) | |
download | redot-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.h | 1 |
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); |