mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
remove redundant static from const in AssetServer
This commit is contained in:
parent
42d7bc4263
commit
b8abb1b6dd
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ void AssetServer::sendStatsPacket() {
|
|||
ThreadedAssignment::addPacketStatsAndSendStatsPacket(serverStats);
|
||||
}
|
||||
|
||||
static const QString MAP_FILE_NAME = "map.json";
|
||||
const QString MAP_FILE_NAME = "map.json";
|
||||
|
||||
void AssetServer::loadMappingsFromFile() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue