refactoring app name to spacetris and new icon
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
ApplicationManager::ApplicationManager() = default;
|
||||
|
||||
static void traceFile(const char* msg) {
|
||||
std::ofstream f("tetris_trace.log", std::ios::app);
|
||||
std::ofstream f("spacetris_trace.log", std::ios::app);
|
||||
if (f) f << msg << "\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user