mirror of
https://github.com/edubart/otclient.git
synced 2025-12-16 05:39:47 +01:00
fixed ratio image drawing support
This commit is contained in:
@@ -888,7 +888,7 @@ std::string Platform::generateBacktrace(int maxLevel)
|
||||
}
|
||||
if(i > 1)
|
||||
ss << "\n";
|
||||
ss << line;
|
||||
ss << i << ": " << line;
|
||||
}
|
||||
free(tracebackBuffer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user