mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:27:40 +02:00
Cleaning up those dang warnings (#826)
* done i think wahoo * this one too lol
This commit is contained in:
@ -385,7 +385,7 @@ namespace HeavenStudio.Games
|
||||
Color cloudColorTo;
|
||||
Color cloudColorFrom2;
|
||||
Color cloudColorTo2;
|
||||
bool colorsCanUpdate = false;
|
||||
//bool colorsCanUpdate = false; Unused value - Marc
|
||||
|
||||
double bubbleEndCount = 0;
|
||||
double bubbleSizeChangeStart = 0;
|
||||
@ -1992,7 +1992,7 @@ namespace HeavenStudio.Games
|
||||
}
|
||||
}
|
||||
|
||||
colorsCanUpdate = true;
|
||||
//colorsCanUpdate = true; Unused value - Marc
|
||||
}
|
||||
|
||||
private void AllColorsUpdate(Conductor cond)
|
||||
|
Reference in New Issue
Block a user