mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 02:12:45 +01:00
fix tabs
This commit is contained in:
parent
ed74f11d39
commit
be8d07dd74
@ -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…
Reference in New Issue
Block a user