Skip to content

Commit 42b8eb1

Browse files
committed
FloodForge 1.3.4
1 parent 259a830 commit 42b8eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup/SplashArtPopup.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class SplashArtPopup : public Popup {
5151
Draw::color(1.0f, 1.0f, 1.0f);
5252
Fonts::rodondo->writeCentred("FloodForge", 0.0, 0.1, 0.2, CENTRE_XY);
5353
Fonts::rainworld->writeCentred("World Editor", 0.0, -0.1, 0.1, CENTRE_XY);
54-
Fonts::rainworld->write("v1.3.3", -0.88, 0.43, 0.04);
54+
Fonts::rainworld->write("v1.3.4", -0.88, 0.43, 0.04);
5555
}
5656

5757
void mouseClick(double mouseX, double mouseY) {

0 commit comments

Comments
 (0)