TO SQUASH: Nuke ball fixes.

This commit is contained in:
2026-08-28 17:44:31 -04:00
parent 7e4b5a2055
commit 716e35c615
10 changed files with 153 additions and 15 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public class YummyCake : MonoBehaviour
public void BreakOrMiss()
{
// TODO: Implement logic to check if the cake is in a clear area or not
bool inClearArea = worldFiller.IsPositionInFreeArea(transform.position);
bool inClearArea = worldFiller.IsPositionInFreeRegion(transform.position);
if (inClearArea)
{