Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2015, 11:06:37 AM (9 years ago)
Author:
landauf
Message:

fixed warnings with MSVC14

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/Scene.cc

    r10624 r10727  
    8888
    8989        // No physics yet, XMLPort will do that.
    90         const int defaultMaxWorldSize = 100000;
     90        const float defaultMaxWorldSize = 100000.0f;
    9191        this->negativeWorldRange_ = Vector3::UNIT_SCALE * -defaultMaxWorldSize;
    9292        this->positiveWorldRange_ = Vector3::UNIT_SCALE *  defaultMaxWorldSize;
Note: See TracChangeset for help on using the changeset viewer.