mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-16 23:11:42 +00:00
Clang format.
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user