Cleanup of comments.

This commit is contained in:
2026-06-19 12:31:20 +02:00
parent d314ef651e
commit e9cf387640
3 changed files with 7 additions and 9 deletions
-1
View File
@@ -5,7 +5,6 @@ import rl "vendor:raylib"
StatusIconShape :: enum { CIRCLE, SQUARE }
// @TODO: render status bar text
gui_status_bar :: proc(rect: rl.Rectangle, sim: ^Simulator) {
// Left to right text draws
rl.DrawRectangleLinesEx(rect, 1, rl.DARKGRAY)