forked from mirror/openmw-tes3mp
Merge branch 'master' of git://github.com/OpenMW/openmw into appveyor
This commit is contained in:
commit
d3da51bbb2
3 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ namespace MWWorld
|
|||
if (left.getHour()<right.getHour())
|
||||
{
|
||||
hours = 24-right.getHour()+left.getHour();
|
||||
++days;
|
||||
--days;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <osg/Version>
|
||||
|
||||
#if OSG_VERSION_LESS_THAN(3,4,0)
|
||||
#if OSG_VERSION_LESS_THAN(3,3,3)
|
||||
|
||||
#include "objectcache.hpp"
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include <osg/Version>
|
||||
|
||||
#if OSG_VERSION_GREATER_OR_EQUAL(3,4,0)
|
||||
#if OSG_VERSION_GREATER_OR_EQUAL(3,3,3)
|
||||
#include <osgDB/ObjectCache>
|
||||
#else
|
||||
|
||||
|
|
Loading…
Reference in a new issue