2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-16 23:11:42 +00:00

Clang format.

This commit is contained in:
njohnson
2026-05-11 16:46:50 -04:00
committed by Jan Laupetin
parent cd2346e174
commit 72dd51609f
@@ -33,7 +33,7 @@ namespace
lightDef->name = m_memory.Dup(assetName.c_str()); lightDef->name = m_memory.Dup(assetName.c_str());
AssetRegistration<AssetLightDef> registration(assetName, lightDef); AssetRegistration<AssetLightDef> registration(assetName, lightDef);
std::string imageName; std::string imageName;
int8_t samplerState; int8_t samplerState;
file.m_stream->read(reinterpret_cast<char*>(&samplerState), sizeof(int8_t)); file.m_stream->read(reinterpret_cast<char*>(&samplerState), sizeof(int8_t));