Poster: Glaumene at 5/22/2006 10:49:04 AM PDT Subject: 1.11 Minimap:SetMaskTexture
There seems to be a bug with SetMaskTexture on the current version of test server
On 1.10.2, the following works fine
Minimap:SetMaskTexture(path)
But on 0.11.0, the above fails with a UI error, stating it failed to load the texture, unless the texture is already loaded with a SetTexture. For instance like:
MinimapBorder:SetTexture(path);
Minimap:SetMaskTexture(path);
Maldivia, Sargeras