mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-12 21:06:05 +00:00
Added comment
This commit is contained in:
@@ -1164,7 +1164,7 @@ void BeginMode2D(Camera2D camera)
|
|||||||
|
|
||||||
Matrix matTransform = MatrixMultiply(MatrixMultiply(matOrigin, MatrixMultiply(matScale, matRotation)), matTranslation);
|
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
|
// Ends 2D mode with custom camera
|
||||||
|
Reference in New Issue
Block a user