Merge pull request #196 from dfredell/patch-1

Pyramid example base fix
This commit is contained in:
Ruud 2024-08-08 13:23:11 +02:00 committed by GitHub
commit e9743fe422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,7 +181,7 @@ gridfinityBase(gx, gy, 42, 0, 0, 1);
// Pyramid scheme bin
/*
gx = 4.5;
gx = 4;
gy = 4;
gridfinityInit(gx, gy, height(6), 0, 42) {
for (i = [0:gx-1])