mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-14 17:46:03 +00:00
Optimization: also don't reset shader on models
This commit is contained in:
parent
cb62882e5a
commit
9daa78554d
1 changed files with 0 additions and 4 deletions
|
|
@ -2856,10 +2856,6 @@ static void DrawModelEx(model_t *model, INT32 frameIndex, INT32 duration, INT32
|
|||
pglShadeModel(GL_FLAT);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef GL_SHADERS
|
||||
pglUseProgram(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
// -----------------+
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue