Explorar o código

Fix a.frameStart

Daniel Salvadori %!s(int64=6) %!d(string=hai) anos
pai
achega
7d7091c2cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {