Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelton committed Dec 28, 2023
1 parent 54966b6 commit e64c610
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Engine/Graphics/Vis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,6 @@ bool Vis::DoesRayIntersectBillboard(float fDepth, unsigned int uD3DBillboardIdx)

return false;
}
// F93E18: using guessed type char static_byte_F93E18_init;

bool Vis::DoesRayMissLevelGeom(float test_x, float test_y, float fDepth, float fTestDepth) {
Vec3f rayOrigin, rayStep;
Expand Down

0 comments on commit e64c610

Please sign in to comment.