mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-30 16:20:21 +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())
|
||||
{
|
||||
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…
x
Reference in New Issue
Block a user