mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-29 16:01:44 +00:00
Fix the sprite model loader for plugins.
This commit is contained in:
parent
cbdbfdd12f
commit
1d864521e9
11 changed files with 13 additions and 5 deletions
|
@ -73,7 +73,7 @@ glsl_sprite_clear (model_t *m)
|
|||
}
|
||||
|
||||
void
|
||||
Mod_SpriteLoadTexture (mspriteframe_t *pspriteframe, int framenum)
|
||||
glsl_Mod_SpriteLoadTexture (mspriteframe_t *pspriteframe, int framenum)
|
||||
{
|
||||
const char *name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue