Skip to content

Commit

Permalink
Update Client/game_sa/CBuildingsPoolSA.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNormalnij authored Dec 9, 2024
1 parent d216c57 commit e54af29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/game_sa/CBuildingsPoolSA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ CBuilding* CBuildingsPoolSA::AddBuilding(CClientBuilding* pClientBuilding, uint1
pBuilding->m_pLod = nullptr;
pBuilding->m_iplIndex = 0;

// Resore changes properties group
// Restore changed properties group
if (prevGroup != MODEL_PROPERTIES_GROUP_STATIC)
modelInfo->SetObjectPropertiesGroup(prevGroup);

Expand Down

0 comments on commit e54af29

Please sign in to comment.