shithub: tinygl

Download patch

ref: 5ce2288977d428f979d80ee2fc7b5c1ce9f00733
parent: eef0a1f9ef57eda9f885ed651ca1fabf3f2648b7
author: MHS <gek@katherine>
date: Fri Mar 19 10:12:04 EDT 2021

Automatic commit.

--- a/src/ztext.c
+++ b/src/ztext.c
@@ -22,7 +22,7 @@
 	gl_add_op(p);
 }
 void glopTextSize(GLParam* p) { GLContext* c = gl_get_context(); c->textsize = p[1].ui; } // Set text size
-static void renderchar(GLbyte* bitmap, GLint _x, GLint _y, GLuint p) {
+static inline void renderchar(GLbyte* bitmap, GLint _x, GLint _y, GLuint p) {
 	GLint x, y;
 	GLint set;
 	GLContext* c = gl_get_context();