Removed: Commented out return statement.

This commit is contained in:
Foxar
2020-12-17 17:14:14 +01:00
parent 249c2431a2
commit b8d31fc1cc
-1
View File
@@ -79,7 +79,6 @@ void ObjLoader::load(MeshFrame *o_result, char *t_filename, float t_scale, u8 t_
fsetpos(file, &start);
int newerMatches = 0;
//return;
switch (matches)
{
/** Vs, VTs and VNs all set */