Skip to content

Commit 01072a9

Browse files
committed
Conflicts: Assets/Prefabs/Cloud.prefab Assets/Scenes/CloudSandbox.unity
2 parents 2f35846 + 82e29d0 commit 01072a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/CloudController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public void SetDeadState()
109109

110110
void OnCollisionEnter(Collision collision)
111111
{
112-
if (collision.gameObject.name.Equals("Walls"))
112+
if (collision.gameObject.name.Equals("WallPlane"))
113113
{
114114
print(collision.gameObject.name);
115115
flip *= -1;

0 commit comments

Comments
 (0)