fix typo on UI and preview image

This commit is contained in:
sir-irk
2025-07-08 05:51:14 -05:00
parent 9a578dbce0
commit 86d2db2aa9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 KiB

After

Width:  |  Height:  |  Size: 262 KiB

View File

@@ -149,7 +149,7 @@ int main(void)
int yOffset = 24;
DrawText("Use keys [W][A][S][D] to move the light", 10, 30 + yOffset * 1, 20, BLACK);
DrawText("Use kyes [Up][Down] to change specular exponent", 10, 30 + yOffset * 2, 20, BLACK);
DrawText("Use keys [Up][Down] to change specular exponent", 10, 30 + yOffset * 2, 20, BLACK);
DrawText(TextFormat("Specular Exponent: %.2f", specularExponent), 10, 30 + yOffset * 3, 20, BLUE);
DrawFPS(10, 10);