Skip to content

Commit ce77a47

Browse files
committed
Fix title buttons patch.
1 parent 24dddf9 commit ce77a47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MarathonRecomp/api/Sonicteam/TitleTask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Sonicteam
88
class TitleTask : public Sonicteam::SoX::Engine::Task
99
{
1010
public:
11-
MARATHON_INSERT_PADDING(0x0C);
11+
MARATHON_INSERT_PADDING(0x10);
1212
be<uint32_t> m_SelectedIndex;
1313
};
1414
}

0 commit comments

Comments
 (0)