shithub: tinygl

Download patch

ref: b6aeeec09556c095669e279222d90c673266b80f
parent: 7d2f0e1dc929a0bb7dc086e63171210a9208cbea
author: MHS <gek@katherine>
date: Mon Mar 15 21:25:37 EDT 2021

Automatic commit.

--- a/src/vertex.c
+++ b/src/vertex.c
@@ -43,7 +43,7 @@
 	}
 }
 
-void gl_eval_viewport() {
+static inline void gl_eval_viewport() {
 	GLContext* c = gl_get_context();
 	GLViewport* v;
 	GLfloat zsize = (1 << (ZB_Z_BITS + ZB_POINT_Z_FRAC_BITS));