mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 10:41:57 +03:00
Hot fix for runtime error. To be properly fixed.
Original commit: 5af876f361
This commit is contained in:
parent
f6f99934b4
commit
0651c2458f
@ -140,7 +140,7 @@ BoundSdf pixel_snap (BoundSdf a) {
|
||||
|
||||
BoundSdf grow (BoundSdf a, float size) {
|
||||
a.distance = a.distance - size;
|
||||
a.bounds = grow(a.bounds,size);
|
||||
// a.bounds = grow(a.bounds,size);
|
||||
return a;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user