From f6fe40e125a99bd3ea47c476f6a95b6e820a51aa Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Wed, 13 Oct 2021 07:29:09 -0400 Subject: Adding square leaves to the tree --- themes/mathlib.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'themes/mathlib.cpp') 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() { -- cgit v1.2.1