Fix for scalar type.

This commit is contained in:
James Goppert 2016-02-26 05:33:16 -05:00
parent 3917ef1992
commit 7b969094cb

View File

@ -34,7 +34,7 @@ public:
_value = other(0,0);
}
Scalar(float other)
Scalar(Type other)
{
_value = other;
}