Skip to content

Commit ae3c8ad

Browse files
committed
menu options
1 parent d134115 commit ae3c8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MenuState.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ MenuState :: MenuState(
3737
m_pQor->resources(),
3838
"Press Start",
3939
engine->window()->size().y / 30.0f,
40-
&m_Fade
40+
&m_Fade,
41+
7
4142
))
4243
{
4344
}
@@ -313,7 +314,6 @@ void MenuState :: init_controls_menu()
313314
meta("input")->meta("binds")
314315
);
315316

316-
317317
if(binds)
318318
{
319319
for(auto&& bind: *binds)

0 commit comments

Comments
 (0)