mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Merge pull request #5576 from hyperlogic/tony/ati-render-fix
Fix for ATI discrete graphics on 2015 macbook pro / mac pro.
This commit is contained in:
commit
e4dea13256
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ void GLBackend::updateTransform() {
|
|||
if (offset >= 0) {
|
||||
glBindBufferRange(GL_UNIFORM_BUFFER, TRANSFORM_CAMERA_SLOT,
|
||||
_transform._transformCameraBuffer,
|
||||
offset, sizeof(Backend::TransformObject));
|
||||
offset, sizeof(Backend::TransformCamera));
|
||||
}
|
||||
|
||||
(void)CHECK_GL_ERROR();
|
||||
|
|
Loading…
Reference in a new issue