forked from teamnwah/openmw-tes3coop
Instantiate struct as a struct
This commit is contained in:
parent
b3b55a5842
commit
2bebfea38d
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ namespace ESM
|
||||||
if (mProgress)
|
if (mProgress)
|
||||||
esm.writeHNT("STPR", mProgress);
|
esm.writeHNT("STPR", mProgress);
|
||||||
}
|
}
|
||||||
|
|
||||||
template class StatState<int>;
|
|
||||||
template class StatState<float>;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template struct ESM::StatState<int>;
|
||||||
|
template struct ESM::StatState<float>;
|
||||||
|
|
Loading…
Reference in a new issue