Просмотр исходного кода

alpha texture not copied properly

David Rose 24 лет назад
Родитель
Сommit
e3565cf5e6
1 измененных файлов с 1 добавлено и 0 удалено
  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;
   _env_type = copy._env_type;
   _flags = copy._flags;
   _flags = copy._flags;
   _transform = copy._transform;
   _transform = copy._transform;
+  _alpha_file = copy._alpha_file;
 
 
   return *this;
   return *this;
 }
 }