fix in-world lines projection
This commit is contained in:
parent
530670cfdb
commit
88721344c1
@ -387,6 +387,7 @@ void WorldRenderer::renderFrame(
|
||||
|
||||
// In-world lines
|
||||
linesShader.use();
|
||||
linesShader.uniformMatrix("u_projview", camera.getProjView());
|
||||
lines->draw(*lineBatch);
|
||||
lineBatch->flush();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user