Remove trailing spaces

This commit is contained in:
Ray
2026-08-26 19:47:40 +02:00
parent ba0ac542c5
commit a946097de4
4 changed files with 4 additions and 4 deletions

View File

@@ -237,6 +237,6 @@ static void EndPortalMode3D(void)
rlMatrixMode(RL_MODELVIEW); // Switch back to modelview matrix
rlLoadIdentity(); // Reset current matrix (modelview)
rlDisableDepthTest(); // Disable DEPTH_TEST for 2D
}