Skip to content

Commit 73013c8

Browse files
committed
logo brightness uga buga gora
1 parent 5e60ff7 commit 73013c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ int main(int argc, char** argv)
493493

494494
ImGui::SetCursorPos(ImVec2((sz.x - lw)*0.5f, (sz.y - lh)*0.5f));
495495
// Naprawiony Image call z 6 argumentami
496-
ImGui::Image((void*)(intptr_t)node->getLogoTexture(), ImVec2(lw, lh), ImVec2(0,0), ImVec2(1,1), ImVec4(1,1,1,0.3f), ImVec4(0,0,0,0));
496+
ImGui::Image((void*)(intptr_t)node->getLogoTexture(), ImVec2(lw, lh), ImVec2(0,0), ImVec2(1,1), ImVec4(1,1,1,1.0f), ImVec4(0,0,0,0));
497497
ImGui::End();
498498
}
499499

0 commit comments

Comments
 (0)