Clearify bit range comment

This commit is contained in:
Erik Broberg
2016-10-17 12:48:23 +02:00
parent d7ce3cabaf
commit 5b954c4321
+2 -2
View File
@@ -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 |
+-------+------------+-------+------------+
*/