mirror of
https://github.com/rwengine/openrw.git
synced 2025-04-28 12:58:05 +03:00
fix tabs
This commit is contained in:
parent
ed74f11d39
commit
be8d07dd74
1 changed files with 3 additions and 3 deletions
|
@ -235,15 +235,15 @@ void GameRenderer::renderWorld(GameWorld* world, const ViewCamera& camera,
|
|||
|
||||
culled = 0;
|
||||
|
||||
renderer->pushDebugGroup("Water");
|
||||
renderer->pushDebugGroup("Water");
|
||||
|
||||
water.render(*this, world);
|
||||
water.render(*this, world);
|
||||
|
||||
profWater = renderer->popDebugGroup();
|
||||
|
||||
renderObjects(world);
|
||||
|
||||
renderer->pushDebugGroup("Sky");
|
||||
renderer->pushDebugGroup("Sky");
|
||||
|
||||
glBindVertexArray(vao);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue