"randomize fonctionne" parfaitement, "fill" ne fait alterner que les colonnes et pas les cases une après les autres
This commit is contained in:
parent
c46da961b5
commit
43e1307497
@ -338,6 +338,10 @@ bool GOLTeamH::setFromPattern(std::string const& pattern)
|
|||||||
//! \param color La nouvelle couleur de l'état.
|
//! \param color La nouvelle couleur de l'état.
|
||||||
void GOLTeamH::setSolidColor(State state, Color const& color)
|
void GOLTeamH::setSolidColor(State state, Color const& color)
|
||||||
{
|
{
|
||||||
|
if (state == State::alive)
|
||||||
|
mAliveColor = color;
|
||||||
|
else
|
||||||
|
mDeadColor = color;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user