phoboslab / Impact

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

Unused property: Weltmeister.MODE.DRAW #77

Open Joncom opened 4 years ago

Joncom commented 4 years ago

https://github.com/phoboslab/Impact/blob/82042366b0ef65f3f9db40f1a15728666b282154/lib/weltmeister/weltmeister.js#L22-L26

The code throughout Weltmeister does however reference a MODE.DEFAULT plenty of times, which is appears to be the "draw" mode. Perhaps DRAW should be renamed to DEFAULT, or vice versa.