Skip to content

Commit

Permalink
Update engine.bas
Browse files Browse the repository at this point in the history
Elimino linea de "ms"
  • Loading branch information
plusin authored Dec 8, 2024
1 parent 7e8e80b commit fba3044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODIGO/engine.bas
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ Public Sub render()

Call ShowNextFrame

'frmMain.ms.Caption = PingRender & "ms"

FrameTime = GetTickCount()
FramesPerSecCounter = FramesPerSecCounter + 1
timerElapsedTime = GetElapsedTime()
Expand Down

0 comments on commit fba3044

Please sign in to comment.