enable box2d<float>

This commit is contained in:
artemp 2016-03-21 11:51:32 +01:00
parent 7b0740c3b7
commit 0fb587875e

View file

@ -487,6 +487,7 @@ box2d<T>& box2d<T>::operator*=(agg::trans_affine const& tr)
}
template class box2d<int>;
template class box2d<float>;
template class box2d<double>;
}