matrix: instantiate orth for floats

This commit is contained in:
Danny Robson 2018-03-06 13:53:57 +11:00
parent c2a880c290
commit 048abab55e

View File

@ -155,6 +155,7 @@ util::ortho (T l, T r, // left, right
}};
}
template util::matrix4f util::ortho (float, float, float, float, float, float);
//-----------------------------------------------------------------------------
template <typename T>