Skip to content

Commit 41ea0aa

Browse files
committed
static-const
1 parent d7fe1b4 commit 41ea0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/qcommon/q_math.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ void ZeroBounds( bounds_t &b )
835835

836836
void ClearBounds( bounds_t &b )
837837
{
838-
bounds_t cleared = {
838+
static const bounds_t cleared = {
839839
{ 99999, 99999, 99999 }, 0,
840840
{ -99999, -99999, -99999 }, 0,
841841
};

0 commit comments

Comments
 (0)