From f02119a40bdeb56d18c323993d7a78e1a8440b17 Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Sat, 4 Jul 2020 18:00:25 -0400 Subject: Add LUTs --- render.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'render.py') diff --git a/render.py b/render.py index 1bbae53..0030969 100644 --- a/render.py +++ b/render.py @@ -425,6 +425,10 @@ void main(void) { glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA) while not glfw.window_should_close(win): + if not os.path.exists(options.map_file): + glfw.terminate() + exit() + glfw.make_context_current(win) glClear(GL_COLOR_BUFFER_BIT) -- cgit v1.2.3-70-g09d2