~ | Better portal map

This commit is contained in:
TheRedShip
2025-01-07 22:26:44 +01:00
parent b3e2a0ed34
commit fe440958dc
2 changed files with 9 additions and 2 deletions

View File

@ -90,7 +90,7 @@ hitInfo traceRay(Ray ray)
{
hitInfo hit;
for (int p = 0; p < 2; p++) //portals
for (int p = 0; p < 10; p++) //portals
{
hit.t = 1e30;
hit.obj_index = -1;