Explorar el Código

mac bug workaround

David Rose hace 19 años
padre
commit
a71eea4db4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      panda/src/gobj/texture.cxx

+ 1 - 0
panda/src/gobj/texture.cxx

@@ -368,6 +368,7 @@ generate_alpha_scale_map() {
   set_wrap_u(WM_clamp);
   set_minfilter(FT_nearest);
   set_magfilter(FT_nearest);
+  set_compression(CM_off);
 
   PTA_uchar image = make_ram_image();
   _keep_ram_image = true;