Format
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user