Hi.
I'm on day 185 "Finishing Basic Debug Collation" and I am having some issues.
When I run Casey's code it displays some data like it does on the stream. However with my code it hits the frame region count assertion on AddRegion.
| Assert(currentFrame->RegionCount < MAX_REGIONS_PER_FRAME);
|
Unlike Casey, my render bitmap code is not in a separate translation unit so I only have two, main and platform. Could it be this is causing an issue?
If I move Casey optimised rectangle call back into render group his code also crashes at the same assertion.
I've gone up to day 190 making the same changes as Casey to my code and I still get the same issue.
Has anyone else had trouble with this?