mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
fix palettized egg files
This commit is contained in:
parent
e3573f97df
commit
e561cc0046
@ -745,7 +745,9 @@ load_textures() {
|
||||
PT_EggTexture orig = (*ri).first;
|
||||
PT_EggTexture repl = (*ri).second;
|
||||
|
||||
_textures[orig] = _textures[repl];
|
||||
TextureDef &def = _textures[orig];
|
||||
def = _textures[repl];
|
||||
def._egg_tex = orig;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user