RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
534 stars 31 forks source link

Same resize behavior, but without reading out of bounds #195

Closed waldnercharles closed 1 month ago

waldnercharles commented 1 month ago

I introduced this bug; sorry. We were doing a memcpy after the resize, reading from data using the new size.