This commit is contained in:
tobid7 2022-04-22 17:11:30 +02:00 committed by GitHub
parent 5163f19796
commit 2f4e78b138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ bool metrikd = false;
std::vector<int> mt_fpsgraph(320);
//Metrik-CSV
std::string csvpc
std::string csvpc;
bool mt_dumpcsv = false; //Logs the Fps and stuff to csv. It saves every second to not loose performence.
bool mt_csvloop = false; //Saves In Every Frame but slows down performens. mt_dumpcsv must be enabled.
std::ofstream mt_csv;