Procházet zdrojové kódy

fix unit tests by not scaling for now

Paul před 11 roky
rodič
revize
e86c98e05b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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