Skip to content
Snippets Groups Projects
Commit 8f45250f authored by Graham Linden's avatar Graham Linden
Browse files

Put back test diff from viewer-release that should be.

parent a86a6913
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ namespace tut ...@@ -77,7 +77,7 @@ namespace tut
template<> template<> template<> template<>
void m3math_test_object_t::test<2>() void m3math_test_object_t::test<2>()
{ {
LLMatrix3 llmat3_obj(30, 1, 2, 3); LLMatrix3 llmat3_obj;
llmat3_obj.setZero(); llmat3_obj.setZero();
ensure("LLMatrix3::setZero failed", 0.f == llmat3_obj.setZero().mMatrix[0][0] && ensure("LLMatrix3::setZero failed", 0.f == llmat3_obj.setZero().mMatrix[0][0] &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment