Explorar el Código

Merge pull request #118 from paulsapps/installer

fix unit tests by not scaling for now #115
paulsapps hace 11 años
padre
commit
f900938389
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