Browse Source

alpha texture not copied properly

David Rose 24 years ago
parent
commit
e3565cf5e6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/egg/eggTexture.cxx

+ 1 - 0
panda/src/egg/eggTexture.cxx

@@ -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;
 }