google / blockly-android

Blockly for Android
Apache License 2.0
672 stars 209 forks source link

Fix rotation flag constant declaration #703

Closed ChrisCanCompute closed 6 years ago

ChrisCanCompute commented 6 years ago

When defining multiple constants for use in flags, the recommended style is to use the form 1 << 2, 1 << 3, 1 << 4 and so on to ensure that the constants are unique and non-overlapping.


This change is Reviewable

AnmAtAnm commented 6 years ago
:lgtm:

Review status: 0 of 1 files reviewed at latest revision, 2 unresolved discussions.


Comments from Reviewable