mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 23:36:41 +02:00
Fixing typo
This commit is contained in:
parent
2b631efb5d
commit
c8e5b35de9
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ GLBackend::GLFramebuffer* GLBackend::syncGPUObject(const Framebuffer& framebuffe
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if (GPU_FEATURE_PROFILE == GPU_LEGACY)
|
#if (GPU_FEATURE_PROFILE == GPU_LEGACY)
|
||||||
// for reasons that i don;t understand yet, it seems that on mac gl, a fbo must have a color buffer...
|
// for reasons that i don't understand yet, it seems that on mac gl, a fbo must have a color buffer...
|
||||||
else {
|
else {
|
||||||
GLuint renderBuffer = 0;
|
GLuint renderBuffer = 0;
|
||||||
glGenRenderbuffers(1, &renderBuffer);
|
glGenRenderbuffers(1, &renderBuffer);
|
||||||
|
|
Loading…
Reference in a new issue