summaryrefslogtreecommitdiffstats
path: root/src/com/android/magicsmoke/clouds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/magicsmoke/clouds.rs')
-rw-r--r--src/com/android/magicsmoke/clouds.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/magicsmoke/clouds.rs b/src/com/android/magicsmoke/clouds.rs
index e012164..6d20950 100644
--- a/src/com/android/magicsmoke/clouds.rs
+++ b/src/com/android/magicsmoke/clouds.rs
@@ -31,7 +31,6 @@
// State set from java
float gXOffset;
-float gTilt;
int gPreset;
int gTextureMask;
int gRotate;
@@ -42,7 +41,6 @@ int gLowCol;
int gHighCol;
float gAlphaMul;
int gPreMul;
-int gBlendFunc;
typedef struct VertexShaderConstants_s {
float4 layer0;