aboutsummaryrefslogtreecommitdiff
path: root/render.py
diff options
context:
space:
mode:
authorGraham Northup <grissess@nexusg.org>2020-07-04 18:00:25 -0400
committerGraham Northup <grissess@nexusg.org>2020-07-04 18:00:25 -0400
commitf02119a40bdeb56d18c323993d7a78e1a8440b17 (patch)
treec7ee2d725fee4abee88f5bb2d2a0cfd17cdd0b57 /render.py
parent2cbf8041bc26ca1e846772239015af4bea104754 (diff)
Add LUTs
Diffstat (limited to 'render.py')
-rw-r--r--render.py4
1 files changed, 4 insertions, 0 deletions
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)