mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
mac bug workaround
This commit is contained in:
parent
6b499afe05
commit
a71eea4db4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user