Fix #118489: Use zero scale default since it's used as an offset.

This commit is contained in:
Lukas Tönne
2024-02-20 11:20:06 +01:00
parent d1a9c2f650
commit 2a7fcf2cfd
@@ -842,7 +842,7 @@
.offset_mode = MOD_GREASE_PENCIL_OFFSET_RANDOM, \
.loc = {0.0f, 0.0f, 0.0f}, \
.rot = {0.0f, 0.0f, 0.0f}, \
.scale = {1.0f, 1.0f, 1.0f}, \
.scale = {0.0f, 0.0f, 0.0f}, \
.stroke_step = 1, \
.stroke_start_offset = 0, \
}