|
@@ -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.
|
|
|
]]
|
|
|
}
|
|
|
},
|