alpha texture not copied properly

This commit is contained in:
David Rose 2001-06-26 17:32:45 +00:00
parent 5427d1518a
commit e3565cf5e6
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ operator = (const EggTexture &copy) {
_env_type = copy._env_type;
_flags = copy._flags;
_transform = copy._transform;
_alpha_file = copy._alpha_file;
return *this;
}