Skip to content

Commit

Permalink
[Common C++] Add "UserData" AnimationTarget for BFLAN
Browse files Browse the repository at this point in the history
  • Loading branch information
exelix11 committed Apr 15, 2020
1 parent 710937f commit 574c407
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SwitchThemesNX/source/SwitchThemesCommon/Layouts/Bflan.hpp
Expand Up @@ -89,7 +89,9 @@ class PaiEntry
enum class AnimationTarget : u8
{
Pane = 0,
Material = 1
Material = 1,
UserData = 2,
MAX = 3
};

std::string Name;
Expand Down

0 comments on commit 574c407

Please sign in to comment.