Fix last error

This commit is contained in:
Tobias Markus 2014-11-20 22:20:45 +01:00
parent 61ccfaac77
commit 416c97bf0e

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.0f), 1/sqrt(2.0f), 0);
v.Normal = core::vector3df(1/sqrt(2.0), 1/sqrt(2.0), 0);
// Add the vertices
// ----------------