Skip to content

Commit

Permalink
GODDAMN??
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyAdd committed Jan 7, 2025
1 parent c9264e6 commit 014e09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui_mobile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ bool HacksLayer::setup() {
if (pl) {
recorder.folderShowcasesPath = path_final;

recorder.video_name = pl->m_level->m_levelName + ".flvc";
recorder.video_name = fmt::format("{}.flvc", pl->m_level->m_levelName);

auto size = CCEGLView::get()->getFrameSize();
recorder.width = size.width;
Expand Down

0 comments on commit 014e09e

Please sign in to comment.