Removed unnecessary true.

This commit is contained in:
Marvin Blum
2016-08-14 13:31:43 +02:00
parent 25814cf022
commit 6ffa5aa431

View File

@@ -181,7 +181,7 @@ func Run(game Game, options *RunOptions) {
delta := time.Duration(0) delta := time.Duration(0)
var deltaSec float64 var deltaSec float64
for true { for {
if !running || exitOnClose && wnd.ShouldClose() { if !running || exitOnClose && wnd.ShouldClose() {
cleanup() cleanup()
return return