summaryrefslogtreecommitdiff
path: root/themes/mathlib.cpp
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-10-13 07:29:09 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-10-13 07:29:09 -0400
commitf6fe40e125a99bd3ea47c476f6a95b6e820a51aa (patch)
tree0c4675c30d9b2aa556594c3a0e697388269006de /themes/mathlib.cpp
parent2074f6be3096386fb543f040dec314290f6eb920 (diff)
Adding square leaves to the tree
Diffstat (limited to 'themes/mathlib.cpp')
-rw-r--r--themes/mathlib.cpp1
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() {