wasm: fix compile

This commit is contained in:
luboslenco
2026-05-21 08:29:41 +02:00
parent e94afcef0a
commit cef20681f8
+2
View File
@@ -49,9 +49,11 @@ void tab_meshes_draw_context_menu() {
sim_duplicate();
}
#ifdef WITH_PLUGINS
if (ui_menu_button(tr("UV Unwrap"), "", ICON_NONE)) {
plugin_uv_unwrap_per_object_button(o);
}
#endif
g_context->selected_object = o->base;
ui_handle_t *h = ui_handle(__ID__);