chore: lowered random button's field size
This commit is contained in:
parent
e5edc2e8f7
commit
19f21e5867
|
|
@ -17,7 +17,7 @@ static void SetSimulatingButton(Clay_ElementId element, Clay_PointerData pointer
|
||||||
|
|
||||||
static void RandomizeFieldButton(Clay_ElementId element, Clay_PointerData pointer, intptr_t data) {
|
static void RandomizeFieldButton(Clay_ElementId element, Clay_PointerData pointer, intptr_t data) {
|
||||||
if (pointer.state == CLAY_POINTER_DATA_PRESSED_THIS_FRAME) {
|
if (pointer.state == CLAY_POINTER_DATA_PRESSED_THIS_FRAME) {
|
||||||
simulation::InitializeRandom(2, 1000);
|
simulation::InitializeRandom(2, 300);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue