Skip to content

Commit

Permalink
Formspecs: Reset version number on rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker committed Oct 20, 2019
1 parent 7944060 commit a978278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/guiFormSpecMenu.cpp
Expand Up @@ -2433,6 +2433,8 @@ void GUIFormSpecMenu::regenerateGui(v2u32 screensize)

m_bgfullscreen = false;

m_formspec_version = 1;

{
v3f formspec_bgcolor = g_settings->getV3F("formspec_default_bg_color");
m_bgcolor = video::SColor(
Expand Down

0 comments on commit a978278

Please sign in to comment.