Skip to content

Commit

Permalink
utils: pxcsg: fixed "zhlt_maxextent" worldspawn property reading
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Dec 22, 2024
1 parent 9e34e5e commit 35daaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/pxcsg/map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ static int GetDefaultSurfaceExtent(mapent_t *mapent)
return MAX_SURFACE_EXTENT;
}
else {
return Q_max(0, IntForKey((entity_t *)mapent, "zhlt_texturestep"));
return Q_max(0, IntForKey((entity_t *)mapent, "zhlt_maxextent"));
}
}

Expand Down

0 comments on commit 35daaa1

Please sign in to comment.