sugarizer
sugarizer copied to clipboard
[Bug] Use of '=' instead of '==' in if else statement in Physics game activity.js
While reviewing the physics activity, I noticed a small bug in an if-else statement where = is used instead of ==. I’ve attached a screenshot for reference. If you’d like, I can create a quick PR to fix this.