mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 20:42:34 +02:00
Fixed transparency issue
This commit is contained in:
@@ -69,7 +69,6 @@ namespace Shared {
|
||||
pcCyan,
|
||||
pcOrange,
|
||||
pcMagenta,
|
||||
pcTransparent
|
||||
};
|
||||
|
||||
private:
|
||||
@@ -95,7 +94,6 @@ namespace Shared {
|
||||
Texture2D *customTextureCyan;
|
||||
Texture2D *customTextureOrange;
|
||||
Texture2D *customTextureMagenta;
|
||||
Texture2D *customTextureTransparent;
|
||||
MeshCallback meshCallback;
|
||||
|
||||
float red;
|
||||
|
Reference in New Issue
Block a user