mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
fix linux build for pcb reader
This commit is contained in:
parent
3b2b3c7349
commit
4f557340c5
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ int main( int argc, char* argv[] )
|
|||
if( pBgParts && pBgParts->header.type != LgbEntryType::BgParts )
|
||||
pBgParts = nullptr;
|
||||
|
||||
auto& fileName = pBgParts ? pBgParts->collisionFileName : std::string();
|
||||
auto fileName = pBgParts ? pBgParts->collisionFileName : std::string("");
|
||||
|
||||
if( pBgParts && fileName.empty() )
|
||||
continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue