mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
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:
parent
ce733d8b78
commit
75220350bc
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue