summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
authorRay <[email protected]>2019-03-29 12:23:02 +0100
committerRay <[email protected]>2019-03-29 12:23:02 +0100
commit69656cb090a53705c515975c127405af87d4f15d (patch)
tree019f4590164f89ed781a2ebef1b41e1b3ab5fbf9 /src/core.c
parent8e98fa875487402e836390d15d99fb8853ffac5f (diff)
downloadraylib-69656cb090a53705c515975c127405af87d4f15d.tar.gz
raylib-69656cb090a53705c515975c127405af87d4f15d.zip
Added comment
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 7cfa6f8b..7f2f7f1c 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