Browse Source

fix typo on UI and preview image

pull/5032/head
sir-irk 3 months ago
parent
commit
86d2db2aa9
2 changed files with 1 additions and 1 deletions
  1. BIN
      examples/shaders/shader_normalmap.png
  2. +1
    -1
      examples/shaders/shaders_normalmap.c

BIN
examples/shaders/shader_normalmap.png View File

Before After
Width: 800  |  Height: 450  |  Size: 270 KiB Width: 800  |  Height: 450  |  Size: 262 KiB

+ 1
- 1
examples/shaders/shaders_normalmap.c 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);

Loading…
Cancel
Save