This commit is contained in:
luboslenco
2024-04-02 15:45:49 +02:00
parent fe832b84d0
commit 4057660b61
61 changed files with 1398 additions and 1394 deletions
+2 -2
View File
@@ -560,7 +560,7 @@ function context_set_material(m: slot_material_t) {
let decal: bool = context_raw.tool == workspace_tool_t.DECAL || context_raw.tool == workspace_tool_t.TEXT;
if (decal) {
let _next = function() {
let _next = function () {
util_render_make_decal_preview();
}
base_notify_on_next_frame(_next);
@@ -871,7 +871,7 @@ function context_set_render_path() {
else {
render_path_commands = render_path_deferred_commands;
}
app_notify_on_init(function() {
app_notify_on_init(function () {
make_material_parse_mesh_material();
});
}