Just calling constructor and destructor of `OpenGLText` corrupts the stack around it. This is with Visual Studio 2013, x64. ``` { OpenGLText oglText; } ```
Just calling constructor and destructor of
OpenGLTextcorrupts the stack around it. This is with Visual Studio 2013, x64.