diff options
Diffstat (limited to 'examples/platformer')
| -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 ) ) |
