Skip to content

Commit d545c7e

Browse files
authored
Merge pull request #40 from squidbus/fix-title-patch
Fix title buttons patch.
2 parents 24dddf9 + ce77a47 commit d545c7e

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)