[nostalgia/core/studio] Fix MSVC build
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
2024-12-01 19:42:29 -06:00
parent 6a574a5a92
commit 5f84bd4c4b

View File

@ -258,7 +258,7 @@ void PaletteEditorImGui::drawColorEditor() noexcept {
}
if (newName) {
std::ignore = pushCommand<UpdateColorInfoCommand>(
m_pal, m_selectedColorRow, ox::String{newName});
m_pal, m_selectedColorRow, static_cast<ox::String>(newName.text));
}
}