add a test to confirm link fail

This commit is contained in:
Stephen Birarda 2014-12-19 14:59:55 -08:00
parent 9bd0bc671b
commit 691be3bf7c

View file

@ -117,7 +117,8 @@ GLBackend::GLBackend() :
_input(), _input(),
_transform() _transform()
{ {
// TEST FOR SANITY
glewInit();
} }
GLBackend::~GLBackend() { GLBackend::~GLBackend() {