Fixed bug where the current percentage was not displaying

This commit is contained in:
amazing-username
2017-04-29 19:09:50 +00:00
parent 755dd7fd9a
commit 26848bfd93
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "Brightness.h"
int Brightness::maxBrightness = 0;
int Brightness::currentBrightness = 30;
int Brightness::currentBrightness = 0;
Brightness::Brightness()
{ }