Update render.cpp

pull/2/head
ink-soul 2023-06-19 08:05:13 +08:00
parent 03dda388c2
commit 8f9e736aca
1 changed files with 4 additions and 0 deletions

View File

@ -1685,6 +1685,10 @@ PlumageRender::PlumageRender()
gui->text("%.1d fps (%.2f ms)", lastFPS, (1000.0f / lastFPS));
// TO DO : language switch
if (gui->header(chineseUI.model)) {
if (gui->button(chineseUI.openNewModel)) {
std::wstring filename = L"";