update Dear ImGui to 1.91.1

something broke so i need to perform a bisect
This commit is contained in:
tildearrow 2025-08-10 16:25:20 -05:00
parent 52970048e6
commit 270a22fe18
21 changed files with 648 additions and 367 deletions

View file

@ -1712,7 +1712,7 @@ void FurnaceGUI::drawSampleEdit() {
updateSampleTex=false;
}
ImGui::ImageButton(rend->getTextureID(sampleTex),avail,ImVec2(0,0),ImVec2(rend->getTextureU(sampleTex),rend->getTextureV(sampleTex)),0);
ImGui::ImageButton("SampleView",rend->getTextureID(sampleTex),avail,ImVec2(0,0),ImVec2(rend->getTextureU(sampleTex),rend->getTextureV(sampleTex)));
ImVec2 rectMin=ImGui::GetItemRectMin();
ImVec2 rectMax=ImGui::GetItemRectMax();