TheCherno/Sparky

Assert error when closing app during lesson 11 : Layers

Closed this issue · 1 comments

I have everything working fine with no compile errors, but when I close the app with the 'x' button in the top right corner I will get an Assertion Error and the break will be at the delete mShader; statement in the Layer Destructor. Any clues as to why I might be getting this?

I guess never mind, since you got the same issue just without the assert error and corrected it at the end of the lesson. The correction worked for me also.