mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-02 14:34:23 +00:00
chore: format everything
This commit is contained in:
@@ -37,7 +37,6 @@ void ProgressRenderer::_progressStart(int title) {
|
||||
lastPercent = 0;
|
||||
this->title = title;
|
||||
LeaveCriticalSection(&ProgressRenderer::s_progress);
|
||||
|
||||
}
|
||||
|
||||
void ProgressRenderer::progressStage(int status) {
|
||||
@@ -61,7 +60,6 @@ void ProgressRenderer::progressStagePercentage(int i) {
|
||||
EnterCriticalSection(&ProgressRenderer::s_progress);
|
||||
lastPercent = i;
|
||||
LeaveCriticalSection(&ProgressRenderer::s_progress);
|
||||
|
||||
}
|
||||
|
||||
int ProgressRenderer::getCurrentPercent() {
|
||||
|
||||
Reference in New Issue
Block a user