1
Graphics / Re: Texture loads for about 5 minutes but then I get an exception error.
« on: April 09, 2018, 05:51:08 am »
Ah! After some self debugging and checking I realized it was all my fault! The issue was I kept telling to to create a new texture every frame instead of creating a texture that is set once. After all it was a simple memory leak that I am working on fixing. I will update if it all works out.