Added comment
This commit is contained in:
parent
8e98fa8754
commit
69656cb090
1 changed files with 1 additions and 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue