aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index d1b6055..21ed180 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -535,10 +535,8 @@ namespace ui {
auto& fi = fadeIntensity;
fi = 0;
- while (fi < 255) {
- fadeUpdate();
- std::this_thread::sleep_for(1ms);
- }
+ //while (fi < 255)
+ //std::this_thread::sleep_for(1ms);
fi = 255;
}