Skip to content

Commit 79e90ed

Browse files
committed
fix dumb issue
1 parent c3c73e5 commit 79e90ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/overlay_layer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ void OverlayLayer::_update_default_fps() {
210210
}
211211

212212
void OverlayLayer::FLAlert_Clicked(gd::FLAlertLayer* alert, bool btn2) {
213-
if (alert->getTag() == 1) {
213+
if (alert->getTag() == 44) {
214214
if (!btn2) {
215215
CCApplication::sharedApplication()->openURL("https://www.gyan.dev/ffmpeg/builds/");
216216
}
@@ -339,7 +339,7 @@ void OverlayLayer::on_recorder(CCObject*) {
339339
"ffmpeg was not found, recorder will not work without it. "
340340
"To install ffmpeg download it and place the ffmpeg.exe (found inside the bin folder in the zip) in the gd folder"
341341
);
342-
popup->setTag(1);
342+
popup->setTag(44);
343343
popup->show();
344344
} else
345345
has_ffmpeg = true;

0 commit comments

Comments
 (0)