diff options
| author | jussi | 2022-11-11 19:23:35 +0200 |
|---|---|---|
| committer | jussi | 2022-11-11 19:23:35 +0200 |
| commit | 921ed3b07f4e8c643161a08744b75562055077ff (patch) | |
| tree | ee10fca564fd0c9417aa6c40561e994446748549 /examples/platformer/main.lua | |
| parent | 1094b1f833553c26125affddf991f8c7f72da225 (diff) | |
| download | reilua-enhanced-921ed3b07f4e8c643161a08744b75562055077ff.tar.gz reilua-enhanced-921ed3b07f4e8c643161a08744b75562055077ff.tar.bz2 reilua-enhanced-921ed3b07f4e8c643161a08744b75562055077ff.zip | |
Lua interpreter mode and easings module.
Diffstat (limited to 'examples/platformer/main.lua')
| -rw-r--r-- | examples/platformer/main.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/platformer/main.lua b/examples/platformer/main.lua index d68b3b8..e325fbd 100644 --- a/examples/platformer/main.lua +++ b/examples/platformer/main.lua @@ -80,12 +80,6 @@ local function createMap() tilemap.tiles[1][8] = 6 end -function log( logLevel, message ) - if logLevel == LOG_WARNING then - error( "Terminated because of warning" ) - end -end - function init() local monitorPos = Vec2:new( RL_GetMonitorPosition( monitor ) ) local monitorSize = Vec2:new( RL_GetMonitorSize( monitor ) ) |
