jaefunk 4 éve
szülő
commit
16f10a0533
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      tools/assimp_cmd/Main.cpp

+ 0 - 1
tools/assimp_cmd/Main.cpp

@@ -502,7 +502,6 @@ int ProcessStandardArguments(
 			fill.verbose = true;
 		}
 		else if (!strncmp(params[i], "-rx=", 4) || !strncmp(params[i], "--rotation-x=", 13)) {
-            printf("%s", params[i]);
             std::string value = std::string(params[i] + (params[i][1] == '-' ? 13 : 4));
             fill.rot.x = std::stof(value);
 		}