Browse Source

Fix for scalar type.

master
James Goppert 9 years ago
parent
commit
7b969094cb
  1. 2
      matrix/Scalar.hpp

2
matrix/Scalar.hpp

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

Loading…
Cancel
Save