Fix compilation

This commit is contained in:
Jérôme Leclercq
2018-08-31 17:33:51 +02:00
parent e42ff5b18a
commit 5e6204fad4
2 changed files with 7 additions and 7 deletions

View File

@@ -97,8 +97,8 @@ int main()
particleCountGfx.Attach(shared.particleCount, 1);
Nz::Boxf fpsCountBox = fpsGfx.GetBoundingVolume().aabb;
Nz::Boxf particleCountBox = particleCountGfx.GetBoundingVolume().aabb;
Nz::Boxf fpsCountBox = fpsGfx.GetAABB();
Nz::Boxf particleCountBox = particleCountGfx.GetAABB();
Nz::Vector2ui windowSize = window.GetSize();
demoNameNode.SetPosition(5.f, 5.f);