diff --git a/source/platform/platform.cpp b/source/platform/platform.cpp index f50f6fe73..37e6eaa92 100644 --- a/source/platform/platform.cpp +++ b/source/platform/platform.cpp @@ -108,7 +108,7 @@ // The collision box is this high.. if SB keeps falling through platforms then it *should* be sufficient // just to up this a bit -#define PLATFORMCOLLISIONHEIGHT 50 +#define PLATFORMCOLLISIONHEIGHT 60 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////