Explorar o código

fix unit tests by not scaling for now

Paul %!s(int64=11) %!d(string=hai) anos
pai
achega
e86c98e05b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      QGearsMain/src/data/QGearsHRCFile.cpp

+ 1 - 1
QGearsMain/src/data/QGearsHRCFile.cpp

@@ -41,7 +41,7 @@ namespace QGears
 {
     //---------------------------------------------------------------------
     /*static*/ const String    HRCFile::RESOURCE_TYPE( "QGearsHRCFile" );
-    /*static*/ const float     HRCFile::kDownScaler = 33.0f;
+    /*static*/ const float     HRCFile::kDownScaler = 1.0f; //33.0f; TODO fix unit tests before changing me
 
     //---------------------------------------------------------------------
     HRCFile::HRCFile( Ogre::ResourceManager *creator