Move to port-maintainance LUS branch to fix crash on close (#6629)

This commit is contained in:
Pepper0ni
2026-06-06 22:30:55 +01:00
committed by GitHub
parent d4d88de827
commit 8a14cd1096
63 changed files with 495 additions and 447 deletions
+6 -3
View File
@@ -5,6 +5,8 @@
#include <fast/Fast3dGui.h>
#include <fast/Fast3dGui.h>
extern "C" {
#include "functions.h"
#include "macros.h"
@@ -90,9 +92,10 @@ void Window::Draw() {
ImGui::SetWindowPos(notificationPos);
if (notification.itemIcon != nullptr) {
ImGui::Image(std::dynamic_pointer_cast<Fast::Fast3dGui>(Ship::Context::GetInstance()->GetWindow()->GetGui())
->GetTextureByName(notification.itemIcon),
ImVec2(24, 24));
ImGui::Image(
std::dynamic_pointer_cast<Fast::Fast3dGui>(Ship::Context::GetRawInstance()->GetWindow()->GetGui())
->GetTextureByName(notification.itemIcon),
ImVec2(24, 24));
ImGui::SameLine();
}
if (!notification.prefix.empty()) {