Remove trailing spaces

This commit is contained in:
Ray
2025-03-10 17:04:29 +01:00
parent 9c62a7823b
commit 4c8c72778d
3 changed files with 5 additions and 5 deletions

View File

@@ -1493,7 +1493,7 @@ void rlEnd(void)
{
// Reset texture to default
rlSetTexture(RLGL.State.defaultTextureId);
// NOTE: Depth increment is dependant on rlOrtho(): z-near and z-far values,
// as well as depth buffer bit-depth (16bit or 24bit or 32bit)
// Correct increment formula would be: depthInc = (zfar - znear)/pow(2, bits)