status label (WOW THIS IS FAST)

This commit is contained in:
2026-05-14 10:10:51 -05:00
parent c20f98cf90
commit 06f36a625f
+1 -1
View File
@@ -569,7 +569,7 @@ func main() {
}
// Status Label
rg.Label(rl.NewRectangle((10*scale), (screenHeight-(30*scale)), (180*scale), (30*scale)), "Evaluated "+strconv.Itoa(astar.GetEvaluatedCells())+" cells in "+astar.GetTimeTaken().String())
rg.Label(rl.NewRectangle((10*scale), (screenHeight-(30*scale)), (canvasWidth-(20*scale)), (30*scale)), "Evaluated "+strconv.Itoa(astar.GetEvaluatedCells())+" cells in "+astar.GetTimeTaken().String())
rl.EndDrawing()
}