aboutsummaryrefslogtreecommitdiff
path: root/src/model.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/model.c')
-rw-r--r--src/model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model.c b/src/model.c
index 76e84c7..663a862 100644
--- a/src/model.c
+++ b/src/model.c
@@ -279,7 +279,7 @@ static int model_load(ModelContext *ctx, const char *name, RenderContext *render
}
/* Subdivide the previous face if requested */
- if ( sscanf(line, "subdivide %f %f", &x, &y) == 2 ) {
+ if ( sscanf(line, "ssubdivide %f %f", &x, &y) == 2 ) {
if ( type == PRIMITIVE_QUADS ) {
if ( (num_vertices % 4)==0 ) {
GLfloat u, v;