Update ModelInstance.cpp

This commit is contained in:
Alister
2021-11-23 18:32:36 +00:00
parent 20f9ddc3fe
commit 178b1d5dc7

View File

@@ -70,7 +70,7 @@ void ModelInstance::draw_box (glm::mat4x4 const& model_view
opengl::primitives::wire_box::getInstance(_context).draw ( model_view
, projection
, glm::mat4x4(glm::mat4x4((1)))
, glm::mat4x4(1)
, {0.0f, 1.0f, 0.0f, 1.0f}
, extents[0]
, extents[1]