phoboslab / Impact

HTML5 Game Engine
MIT License
1.99k stars 204 forks source link

Unused property in wm.EditEntities.scaleSelectedEntity #78

Open Joncom opened 4 years ago

Joncom commented 4 years ago

https://github.com/phoboslab/Impact/blob/98037a5f310858b3328e4a4537295b8df4a19c66/lib/weltmeister/edit-entities.js#L287-L290

w is defined here, but never used. w does actually get used several times afterwards, but it's always redefined first, so this line here never gets used for anything.