mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-05 17:06:51 +00:00
Standardise fixed-width integer usage in touched files
This commit is contained in:
@@ -6,7 +6,7 @@ DLCCapeFile::DLCCapeFile(const std::wstring &path) : DLCFile(DLCManager::e_DLCTy
|
||||
{
|
||||
}
|
||||
|
||||
void DLCCapeFile::addData(uint8_t *pbData, std::uint32_t dataBytes)
|
||||
void DLCCapeFile::addData(std::uint8_t *pbData, std::uint32_t dataBytes)
|
||||
{
|
||||
app.AddMemoryTextureFile(m_path,pbData,dataBytes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user