Skip to content
This repository was archived by the owner on Apr 7, 2024. It is now read-only.

Commit 2e0cb8a

Browse files
committed
💀
1 parent 8ff4842 commit 2e0cb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ namespace Hooks {
267267

268268
auto winSize = CCDirector::sharedDirector()->getWinSize();
269269

270-
auto lbl = CCLabelBMFont::create("GDL 1.1.2", "goldFont.fnt");
270+
auto lbl = CCLabelBMFont::create("GDL v1.1.2", "goldFont.fnt");
271271
lbl->setPosition({winSize.width / 2.f, winSize.height - 15.f});
272272
lbl->setScale(.8f);
273273
self->addChild(lbl);

0 commit comments

Comments
 (0)