Minor tweaks

This commit is contained in:
Ray
2025-03-21 17:07:55 +01:00
parent add4da8fb3
commit 266fba1111
3 changed files with 12 additions and 8 deletions

View File

@@ -1119,7 +1119,7 @@ void BeginTextureMode(RenderTexture2D target)
//rlScalef(0.0f, -1.0f, 0.0f); // Flip Y-drawing (?)
// Setup current width/height for proper aspect ratio
// calculation when using BeginMode3D()
// calculation when using BeginTextureMode()
CORE.Window.currentFbo.width = target.texture.width;
CORE.Window.currentFbo.height = target.texture.height;
CORE.Window.usingFbo = true;