mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-13 06:15:36 -04:00
clang says that these must be in the MWWorld namespace
This commit is contained in:
parent
0d439750a2
commit
0547d4b937
@ -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…
x
Reference in New Issue
Block a user