mikymod %!s(int64=12) %!d(string=hai) anos
pai
achega
581cff13f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      engine/renderers/RenderWorld.cpp

+ 1 - 1
engine/renderers/RenderWorld.cpp

@@ -257,7 +257,7 @@ void RenderWorld::update(const Matrix4x4& view, const Matrix4x4& projection, uin
 	// Draw all guis
 	for (uint32_t g = 0; g < m_guis.size(); g++)
 	{
-		m_guis[g]->render(*r, u_albedo_0);
+		m_guis[g]->render();
 	}
 }