Skip to content

Commit a2e2874

Browse files
committed
fixup: use quake constants
1 parent eaeb3dd commit a2e2874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/qcommon/q_shared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ float Q_rsqrt( float n )
535535
536536
The relative error bound after the initial iteration is: 2.00010826×10⁻⁷ */
537537

538-
#define Q_RSQRT_QUAKE3_CONSTANTS 0
538+
#define Q_RSQRT_QUAKE3_CONSTANTS 1
539539

540540
#if Q_RSQRT_QUAKE3_CONSTANTS
541541
// Constants used in Quake 3.

0 commit comments

Comments
 (0)