diff options
Diffstat (limited to 'themes/mathlib.cpp')
-rw-r--r-- | themes/mathlib.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/mathlib.cpp b/themes/mathlib.cpp index 7efbb24..ee9bb1d 100644 --- a/themes/mathlib.cpp +++ b/themes/mathlib.cpp @@ -348,7 +348,6 @@ void Vector4::printDebug(const char* name) { printf("%s=Vector4(%f, %f, %f, %f)\n", name, x, y, z, w); } - // *************************************** // Mat4x4 Mat4x4 Mat4x4::copy() { |