Skip to content

Commit

Permalink
Fix lab compile
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Feb 6, 2025
1 parent 869effd commit c997063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions armorlab/plugins/plugins.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ FN(texsynth_inpaint) {
void *mask = JS_GetArrayBuffer(ctx, &size, argv[4]);
bool tiling = JS_ToBool(ctx, argv[5]);
texsynth_inpaint(w, h, out, img, mask, tiling);
return JS_UNDEFINED;
}

void plugin_embed() {
Expand Down
1 change: 1 addition & 0 deletions armorlab/sources/make_material.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ function make_material_parse_mesh_preview_material(md: material_data_t = null) {
}

function make_material_parse_node_preview_material(node: ui_node_t, group: ui_node_canvas_t = null, parents: ui_node_t[] = null): parse_node_preview_result_t {
return null;
}

function make_material_parse_particle_material() {
Expand Down

0 comments on commit c997063

Please sign in to comment.