ssatguru / BabylonJS-CharacterController

A CharacterController for BabylonJS
Apache License 2.0
216 stars 46 forks source link

Fixe : e.Key when using the BabylonJS inspector #15

Closed dad72 closed 4 years ago

dad72 commented 4 years ago

Hi,

  1. There was a small toLowerCase undefined error when using the Babylon Inspector.
  2. I replace somes variables with "const" Instead of "let", because they are never redefined.
  3. I also removed an extra semicolon that was lying around.
ssatguru commented 4 years ago

Thanks