Corrected graphics context creation message
This commit is contained in:
parent
9f72c9392e
commit
69b778c2ad
@ -51,12 +51,10 @@ class MyGraphicsContext {
|
||||
}
|
||||
|
||||
if (_gc.valid())
|
||||
|
||||
|
||||
{
|
||||
_gc->realize();
|
||||
_gc->makeCurrent();
|
||||
std::cout<<"Realized window"<<std::endl;
|
||||
std::cout<<"Realized context"<<std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user