mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 14:33:01 +00:00
fix3?
This commit is contained in:
parent
56749ad286
commit
481a5710df
1 changed files with 0 additions and 1 deletions
|
@ -5828,7 +5828,6 @@ bool FurnaceGUI::loop() {
|
||||||
centerNextWindow(_("Rendering..."),canvasW,canvasH);
|
centerNextWindow(_("Rendering..."),canvasW,canvasH);
|
||||||
if (ImGui::BeginPopupModal(_("Rendering..."),NULL,ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoMove)) {
|
if (ImGui::BeginPopupModal(_("Rendering..."),NULL,ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoMove)) {
|
||||||
ImGui::Text(_("Please wait..."));
|
ImGui::Text(_("Please wait..."));
|
||||||
int songLengthLambda = songLength;
|
|
||||||
float progress = 0.0f;
|
float progress = 0.0f;
|
||||||
float* progressLambda = &progress;
|
float* progressLambda = &progress;
|
||||||
if(e->isExporting())
|
if(e->isExporting())
|
||||||
|
|
Loading…
Reference in a new issue