Skip to content

Commit

Permalink
DirectX12 Collision
Browse files Browse the repository at this point in the history
  • Loading branch information
moonwho101 committed Sep 27, 2024
1 parent b758860 commit a731935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProcessModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ void DrawItems(float fElapsedTime)
m_vEyePt.z - item_list[i].z);


if (qdist < 600.0f) {
if (qdist < 1100.0f) {

cullflag = 0;
for (int cullloop = 0; cullloop < monstercount; cullloop++)
Expand Down

0 comments on commit a731935

Please sign in to comment.