mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Updated README
This commit is contained in:
@@ -25,7 +25,6 @@ Toy_Bucket* Toy_allocateBucket(unsigned int capacity) {
|
||||
}
|
||||
|
||||
unsigned char* Toy_partitionBucket(Toy_Bucket** bucketHandle, unsigned int amount) {
|
||||
|
||||
//BUGFIX: the endpoint must be aligned to the word size, otherwise you'll get a bus error from moving pointers
|
||||
amount = (amount + 3) & ~3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user