Remove The Flyppy Bird String From Setup Log

This commit is contained in:
2022-04-09 19:15:29 +02:00
parent 855e312ad4
commit 078e0d0d8b
2 changed files with 3 additions and 3 deletions

View File

@ -138,7 +138,7 @@ void RenderD7::Msg::DisplayWithProgress(std::string titletext, std::string subte
}
void RenderD7::SetupLog()
{
renderd7log.Init("sdmc:/Flappy-Bird-RenderD7.log");
renderd7log.Init("sdmc:/RenderD7.log");
}
void RenderD7::SpriteSheetAnimation::Setup(RenderD7::Sheet *sheet, size_t imagecount, size_t startimage, float frame_begin, float frame_finish)
{