mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
fix alias type
This commit is contained in:
parent
b7355f9870
commit
85539b24be
@ -435,7 +435,7 @@ class AssetDumperSndBank::Internal
|
||||
stream.WriteColumn("");
|
||||
|
||||
// type
|
||||
stream.WriteColumn(std::to_string(alias->contextType));
|
||||
stream.WriteColumn(LOAD_TYPES_ENUM[alias->flags.loadType]);
|
||||
|
||||
// loop
|
||||
stream.WriteColumn(alias->flags.looping == T6::SA_NON_LOOPING ? "nonlooping" : "looping");
|
||||
|
Loading…
x
Reference in New Issue
Block a user