mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 21:49:55 +00:00
clang says that these must be in the MWWorld namespace
This commit is contained in:
parent
0d439750a2
commit
0547d4b937
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@ T TimeOfDayInterpolator<T>::getValue(const float gameHour, const TimeOfDaySettin
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
template class TimeOfDayInterpolator<float>;
|
template class MWWorld::TimeOfDayInterpolator<float>;
|
||||||
template class TimeOfDayInterpolator<osg::Vec4f>;
|
template class MWWorld::TimeOfDayInterpolator<osg::Vec4f>;
|
||||||
|
|
||||||
Weather::Weather(const std::string& name,
|
Weather::Weather(const std::string& name,
|
||||||
const Fallback::Map& fallback,
|
const Fallback::Map& fallback,
|
||||||
|
|
Loading…
Reference in a new issue