mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-01 13:20:29 +00:00
Merge branch 'master' of git://github.com/OpenMW/openmw into appveyor
This commit is contained in:
commit
d3da51bbb2
@ -96,7 +96,7 @@ namespace MWWorld
|
|||||||
if (left.getHour()<right.getHour())
|
if (left.getHour()<right.getHour())
|
||||||
{
|
{
|
||||||
hours = 24-right.getHour()+left.getHour();
|
hours = 24-right.getHour()+left.getHour();
|
||||||
++days;
|
--days;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#include <osg/Version>
|
#include <osg/Version>
|
||||||
|
|
||||||
#if OSG_VERSION_LESS_THAN(3,4,0)
|
#if OSG_VERSION_LESS_THAN(3,3,3)
|
||||||
|
|
||||||
#include "objectcache.hpp"
|
#include "objectcache.hpp"
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include <osg/Version>
|
#include <osg/Version>
|
||||||
|
|
||||||
#if OSG_VERSION_GREATER_OR_EQUAL(3,4,0)
|
#if OSG_VERSION_GREATER_OR_EQUAL(3,3,3)
|
||||||
#include <osgDB/ObjectCache>
|
#include <osgDB/ObjectCache>
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user