alpha texture not copied properly
This commit is contained in:
parent
5427d1518a
commit
e3565cf5e6
|
|
@ -81,6 +81,7 @@ operator = (const EggTexture ©) {
|
|||
_env_type = copy._env_type;
|
||||
_flags = copy._flags;
|
||||
_transform = copy._transform;
|
||||
_alpha_file = copy._alpha_file;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue