mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02:00
Typo on mac build
This commit is contained in:
parent
b7d88e2642
commit
862d6abd79
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ void GLBackend::do_setPipeline(Batch& batch, uint32 paramOffset) {
|
||||||
|
|
||||||
#if (GPU_TRANSFORM_PROFILE == GPU_CORE)
|
#if (GPU_TRANSFORM_PROFILE == GPU_CORE)
|
||||||
#else
|
#else
|
||||||
_pipeline._program_transformCamera_viewInverse = -1
|
_pipeline._program_transformCamera_viewInverse = -1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
_pipeline._state = nullptr;
|
_pipeline._state = nullptr;
|
||||||
|
|
Loading…
Reference in a new issue