Daniel Salvadori 6 anni fa
parent
commit
7d7091c2cb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/app-desktop.go

+ 1 - 1
app/app-desktop.go

@@ -67,7 +67,7 @@ func (a *Application) Run(update func(rend *renderer.Renderer, deltaTime time.Du
 	a.frameStart = time.Now()
 
 	// Initialize frame time
-	app.frameStart = time.Now()
+	a.frameStart = time.Now()
 
 	// Set up recurring calls to user's update function
 	for true {