[nostalgia/core/studio] Fix MSVC build
This commit is contained in:
parent
e42126c956
commit
2b7d12945e
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user