Skip to content
Snippets Groups Projects
Commit b64e4da4 authored by marco's avatar marco
Browse files

add missing _

No comment

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2041 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent e53a9fa5
Branches
Tags
No related merge requests found
......@@ -51,7 +51,7 @@ OffscreenBuffer::OffscreenBuffer(unsigned int width, unsigned int height,
if (shared) {
err=CGLCreateContext(pix_format_, CGLGetCurrentContext(), &context_);
} else {
err=CGLCreateContext(pix_format, NULL, &context_);
err=CGLCreateContext(pix_format_, NULL, &context_);
}
if(err) {
LOGN_ERROR("error creating offscreen rendering context. "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment