paint: cleanup

This commit is contained in:
luboslenco
2026-04-05 23:00:47 +02:00
parent cccf7d0d4c
commit 142045f510
27 changed files with 224 additions and 252 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ void project_new(bool reset_layers) {
g_context->paint_object = context_main_object();
context_select_paint_object(context_main_object());
g_context->paint_object->base->transform->scale = vec4_create(1, 1, 1, 1.0);
g_context->paint_object->base->transform->scale = (vec4_t){1, 1, 1, 1.0};
transform_build_matrix(g_context->paint_object->base->transform);
g_context->paint_object->base->name = "Tessellated";