-
- Downloads
Fix bug in OGL2 context device.
The tverts was being resized, but elements were added with push_back. Changed resize -> reserve to fix.
Loading
Please register or sign in to comment
The tverts was being resized, but elements were added with push_back. Changed resize -> reserve to fix.