Switching order of picoModuleLWO and picoModuleOBJ as a quick

and dirty workaround to problems in libs/picomodel/pm_obj.c which
passes files that aren't Wavefront ASCII.


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@491 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
rambetter 2012-02-14 18:31:09 +00:00
parent ce733d8b78
commit 75220350bc
1 changed files with 1 additions and 1 deletions

View File

@ -67,8 +67,8 @@ const picoModule_t *picoModules[] =
&picoModuleMDC, /* return to castle wolfenstein mdc */
&picoModuleMD2, /* quake2 md2 */
&picoModuleFM, /* heretic2 fm */
&picoModuleOBJ, /* wavefront object */
&picoModuleLWO, /* lightwave object */
&picoModuleOBJ, /* wavefront object */
NULL /* arnold */
};