Splitting sprites
correct me if i am wrong
0 | 1
-----
2 | 3 =0.5f
0 | 1 | 2 | 3
-------------
4 | 5 | 6 | 7
-------------
8 | 9 |10|11
-------------
12|13|14|15 =0.25f
so.....
and 8 X 8 Grid would be 0.125f
and a 16 X 16 Grid would be 0.0625f
so why does it crash when using 16x16 grid ????? am i trying to split to far ? is their a minimum float value here?
P.s let me know if below is relevant

