You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API documentation says for the cell:
citytile: CityTile - the citytile that is on this Cell. Equal to none or null equivalents in other languages if there is no CityTile here.
However, for the C++ implementation, citytile is not initialized to: nullptr. Therefore, it is actually uninitialized; at least that is what my valgrind says.
The text was updated successfully, but these errors were encountered:
The API documentation says for the cell:
citytile: CityTile - the citytile that is on this Cell. Equal to none or null equivalents in other languages if there is no CityTile here.
However, for the C++ implementation, citytile is not initialized to: nullptr. Therefore, it is actually uninitialized; at least that is what my valgrind says.
The text was updated successfully, but these errors were encountered: