瀏覽代碼

Added comment

Ray 6 年之前
父節點
當前提交
69656cb090
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core.c

+ 1 - 1
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