paint: set default particle distance to 0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user