- hook up GLDEFS parser and do some final fixes

This commit is contained in:
Rachael Alexanderson 2022-01-20 17:51:43 -05:00 committed by Christoph Oelckers
parent d5aacb369a
commit f4c9c5df72
2 changed files with 4 additions and 0 deletions

View file

@ -1799,9 +1799,11 @@ public:
case TAG_MATERIAL:
ParseMaterial();
break;
#endif
case TAG_HARDWARESHADER:
ParseHardwareShader();
break;
#if 0
case TAG_DETAIL:
ParseDetailTexture();
break;