[nostalgia/core/studio] Fix MSVC build
This commit is contained in:
@ -258,7 +258,7 @@ void PaletteEditorImGui::drawColorEditor() noexcept {
|
|||||||
}
|
}
|
||||||
if (newName) {
|
if (newName) {
|
||||||
std::ignore = pushCommand<UpdateColorInfoCommand>(
|
std::ignore = pushCommand<UpdateColorInfoCommand>(
|
||||||
m_pal, m_selectedColorRow, ox::String{newName});
|
m_pal, m_selectedColorRow, static_cast<ox::String>(newName.text));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user