Browse Source

Update lovr.run;

bjorn 6 years ago
parent
commit
abf37dee0e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      api/lovr/callbacks/run.lua

+ 4 - 4
api/lovr/callbacks/run.lua

@@ -21,10 +21,10 @@ return {
         The main loop function.  It should return nil to continue running, "restart" to restart the
         app, or a number representing an exit status.
 
-        Most users should overload lovr.load, lovr.update and lovr.draw instead, since if a custom lovr.run
-        does not do everything it is expected to some features may not work. For example, if lovr.run does
-        not respond to "quit" events the program will not be able to quit, and if it does not call "present"
-        then no graphics will be drawn.
+        Most users should overload lovr.load, lovr.update and lovr.draw instead, since if a custom
+        lovr.run does not do everything it is expected that some features may not work. For example,
+        if lovr.run does not respond to "quit" events the program will not be able to quit, and if
+        it does not call "present" then no graphics will be drawn.
       ]]
     }
   },