Fixed transparency issue

This commit is contained in:
mathusummut
2018-06-29 02:35:12 +02:00
parent 7f40d14221
commit 78e0fb173a
4 changed files with 0 additions and 44 deletions

View File

@@ -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;