enable box2d<float>
This commit is contained in:
parent
7b0740c3b7
commit
0fb587875e
1 changed files with 1 additions and 0 deletions
|
@ -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>;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue