mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Clearify bit range comment
This commit is contained in:
@@ -103,8 +103,8 @@ namespace openspace {
|
||||
| USAGE | BIT RANGE | #BITS | MAX VALUE |
|
||||
+-------+------------+-------+------------+
|
||||
| level | 0 - 5 | 5 | 31 |
|
||||
| x | 6 - 34 | 30 | 1073741824 |
|
||||
| y | 35 - 63 | 29 | 536870912 |
|
||||
| x | 5 - 35 | 30 | 1073741824 |
|
||||
| y | 35 - 64 | 29 | 536870912 |
|
||||
+-------+------------+-------+------------+
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user