Skip to content

Commit a978278

Browse files
committedOct 20, 2019
Formspecs: Reset version number on rebuild
1 parent 7944060 commit a978278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎src/gui/guiFormSpecMenu.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2433,6 +2433,8 @@ void GUIFormSpecMenu::regenerateGui(v2u32 screensize)
24332433

24342434
m_bgfullscreen = false;
24352435

2436+
m_formspec_version = 1;
2437+
24362438
{
24372439
v3f formspec_bgcolor = g_settings->getV3F("formspec_default_bg_color");
24382440
m_bgcolor = video::SColor(

0 commit comments

Comments
 (0)
Please sign in to comment.