AeonLucid / POGOProtos

A central repository for all proto files of PokémonGO.
MIT License
726 stars 279 forks source link

typo in CameraSettings.proto #282

Closed Tursaanpoika closed 7 years ago

Tursaanpoika commented 7 years ago

@chrschmidt pointed this out: line 12 in the file reads: _repeated float east_outspeed = 5; should be:
_repeated float ease_outspeed = 5;