Removed debug line

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-05-31 23:01:19 +02:00
parent fb5128df7b
commit 4e37cad399

View File

@@ -190,11 +190,6 @@ int main(int argc, char **argv)
AssetManager->mount("../res", "res:/"); AssetManager->mount("../res", "res:/");
AssetManager->mount("../res/scripts", "scripts:/"); AssetManager->mount("../res/scripts", "scripts:/");
AssetHandle handle = Asset->load("scripts://script.lua");
TextAsset txt = TextLoader->loadAsset(handle);
ev_log_debug("Script: \n%s\n", txt.text);
Asset->free(handle);
IMPORT_EVENTS_evmod_glfw(window_mod); IMPORT_EVENTS_evmod_glfw(window_mod);
WindowHandle windowHandle = Window->create(width, height, "Main Window"); WindowHandle windowHandle = Window->create(width, height, "Main Window");