Skip to content

Commit 4233544

Browse files
committed
Update core_3d_fps_controller.c
1 parent 4d5a56a commit 4233544

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/core/core_3d_fps_controller.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,5 +356,7 @@ void DrawLevel()
356356
towerPos.x *= -1;
357357
DrawCubeV(towerPos, towerSize, towerColor);
358358
DrawCubeWiresV(towerPos, towerSize, DARKBLUE);
359-
}
360359

360+
// Red sun
361+
DrawSphere((Vector3) { 300.f, 300.f, 0.f }, 100.f, (Color) { 255, 0, 0, 255 });
362+
}

0 commit comments

Comments
 (0)