ACTUALLY fix it

This commit is contained in:
piebot
2026-03-26 18:11:27 +03:00
parent 1df2fd42dd
commit fc0927065a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "TallGrass2.h"
DoublePlantFeature::DoublePlantFeature(bool doUpdate)
: Feature(doUpdate), m_plantType(0)
: Feature(doUpdate), m_plantType(1)
{
}