mirror of
https://github.com/lubosz/overte.git
synced 2025-08-13 02:25:42 +02:00
add a test to confirm link fail
This commit is contained in:
parent
9bd0bc671b
commit
691be3bf7c
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@ GLBackend::GLBackend() :
|
||||||
_input(),
|
_input(),
|
||||||
_transform()
|
_transform()
|
||||||
{
|
{
|
||||||
|
// TEST FOR SANITY
|
||||||
|
glewInit();
|
||||||
}
|
}
|
||||||
|
|
||||||
GLBackend::~GLBackend() {
|
GLBackend::~GLBackend() {
|
||||||
|
|
Loading…
Reference in a new issue