Revert change in irr_driver.cpp

This commit is contained in:
Tobias Markus
2014-11-20 23:17:25 +01:00
parent 22c22b864a
commit 2c12942871

View File

@@ -1185,7 +1185,7 @@ scene::IMesh *IrrDriver::createQuadMesh(const video::SMaterial *material,
{
video::S3DVertex v;
v.Pos = core::vector3df(0,0,0);
v.Normal = core::vector3df(1/sqrt(2.0), 1/sqrt(2.0), 0);
v.Normal = core::vector3df(1/sqrt(2.0f), 1/sqrt(2.0f), 0);
// Add the vertices
// ----------------