-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
cleanupNon-breaking issues that would be nicer to have cleaned up!Non-breaking issues that would be nicer to have cleaned up!
Description
WR3CK-Engine/source/file/assetLoader.cpp
Lines 42 to 50 in 9823af2
| const void* file = fileStart + header.m_infoStart; | |
| for (uint32_t i = 0; i < header.m_fileCount; i++) { | |
| const Internal::AssetPackage::Info& info = *reinterpret_cast<const Internal::AssetPackage::Info*>(file); | |
| file += sizeof(info); | |
| const char* const name = reinterpret_cast<const char*>(fileStart + info.m_nameStart); | |
| FileInformation fileInformation; | |
| fileInformation.m_info = &info; | |
| fileInformation.m_data = fileStart + info.m_dataStart; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cleanupNon-breaking issues that would be nicer to have cleaned up!Non-breaking issues that would be nicer to have cleaned up!