mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 04:30:58 +02:00
Remove stuppid error
This commit is contained in:
parent
ad3d5f7efb
commit
48f32dc36b
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ void Basic2DWindowOpenGLDisplayPlugin::compositeExtra() {
|
||||||
batch.draw(gpu::TRIANGLE_STRIP, 4);
|
batch.draw(gpu::TRIANGLE_STRIP, 4);
|
||||||
|
|
||||||
batch.setResourceTexture(0, _virtualPadStickTexture);
|
batch.setResourceTexture(0, _virtualPadStickTexture);
|
||||||
batch.setModelTransform(stickTransform);,
|
batch.setModelTransform(stickTransform);
|
||||||
batch.draw(gpu::TRIANGLE_STRIP, 4);
|
batch.draw(gpu::TRIANGLE_STRIP, 4);
|
||||||
|
|
||||||
batch.setResourceTexture(0, _virtualPadJumpBtnTexture);
|
batch.setResourceTexture(0, _virtualPadJumpBtnTexture);
|
||||||
|
|
Loading…
Reference in a new issue