Skip to content

Commit d2a8185

Browse files
committed
.
1 parent e8dd2a2 commit d2a8185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ appendix:
4444
* each game object class has an entry named with suffix `_cls`
4545
### `object_instance_max_size_B`
4646
* maximum size of any game object instance
47-
* set to 256B but should be maximum game object instance size rounded upwards to nearest power of 2 number
47+
* set to 128B but should be maximum game object instance size rounded upwards to nearest power of 2 number
4848
### `collision_bits`
4949
* constants used by game objects to define collision bits and mask
5050

0 commit comments

Comments
 (0)