This commit is contained in:
Milang 2019-10-26 14:26:18 +02:00
parent e882cfbfee
commit 7a621ae56b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <stdbool.h>
#include <gint/display.h>
void fe_display_triangle(const fe_triangle * face);
void fe_display_triangle(const fe_triangle * face)
{
render_triangle(*face->s1, *face->s2, *face->s3, face->texture1, face->texture2, face->texture_half);
}