mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-11 12:42:27 +03:00
Fixed isRelocated
This commit is contained in:
parent
3020f3bd95
commit
717414a5c9
@ -229,6 +229,8 @@ std::shared_ptr<Ship::IResource> ResourceFactoryXMLSampleV0::ReadResource(std::s
|
|||||||
sample->mSample.sampleAddr[i] = (*sampleFile->Buffer)[i];
|
sample->mSample.sampleAddr[i] = (*sampleFile->Buffer)[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sample->mSample.isRelocated = 1;
|
||||||
|
|
||||||
return sample;
|
return sample;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user