diff options
| author | Ray <[email protected]> | 2019-03-29 12:23:02 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-03-29 12:23:02 +0100 |
| commit | 69656cb090a53705c515975c127405af87d4f15d (patch) | |
| tree | 019f4590164f89ed781a2ebef1b41e1b3ab5fbf9 /src/core.c | |
| parent | 8e98fa875487402e836390d15d99fb8853ffac5f (diff) | |
| download | raylib-69656cb090a53705c515975c127405af87d4f15d.tar.gz raylib-69656cb090a53705c515975c127405af87d4f15d.zip | |
Added comment
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
