From 921ed3b07f4e8c643161a08744b75562055077ff Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 11 Nov 2022 19:23:35 +0200 Subject: Lua interpreter mode and easings module. --- examples/platformer/main.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples/platformer/main.lua') 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 ) ) -- cgit v1.2.3