[ADD] stuff

This commit is contained in:
Sem van der Hoeven
2021-06-18 15:59:34 +02:00
parent b04d999a7d
commit 0c9b663366
3 changed files with 5 additions and 4 deletions

View File

@@ -282,6 +282,7 @@ namespace scene
// if we have passed a model, load a new one and delete the one behind us
if (last_model_pos != model_pos)
{
std::cout << "updating score" << std::endl;
LoadChunk(model_pos + UPCOMING_MODEL_AMOUNT);
score += furniture_count_old;
std::cout << "Score: " << score << std::endl;