paint: set default particle distance to 0

This commit is contained in:
luboslenco
2026-08-11 16:52:17 +02:00
parent b7f39b0923
commit f0e4ac180e
+1 -1
View File
@@ -103,7 +103,7 @@ void context_init() {
g_context->particle_lifetime = 5.0;
g_context->particle_mass = 1.0;
g_context->particle_random = 0.1;
g_context->particle_spawn_distance = 0.3;
g_context->particle_spawn_distance = 0.0;
g_context->layer_filter = 0;
g_context->gizmo_started = false;
g_context->gizmo_offset = 0.0;