Explorar el Código

fix unit tests by not scaling for now

Paul hace 11 años
padre
commit
e86c98e05b
Se han modificado 1 ficheros con 1 adiciones y 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