From 69656cb090a53705c515975c127405af87d4f15d Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 29 Mar 2019 12:23:02 +0100 Subject: [PATCH] Added comment --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.c b/src/core.c index 7cfa6f8b7..7f2f7f1c3 100644 --- a/src/core.c +++ b/src/core.c @@ -1164,7 +1164,7 @@ void BeginMode2D(Camera2D camera) Matrix matTransform = MatrixMultiply(MatrixMultiply(matOrigin, MatrixMultiply(matScale, matRotation)), matTranslation); - rlMultMatrixf(MatrixToFloat(matTransform)); + rlMultMatrixf(MatrixToFloat(matTransform)); // Apply transformation to modelview } // Ends 2D mode with custom camera