From 2b52bc59d00bc83abce50c026447780d6c8ad943 Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Wed, 7 Jan 2026 09:53:53 -0800 Subject: JMath debug (#3023) --- src/JSystem/JMath/random.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/JSystem/JMath/random.cpp') diff --git a/src/JSystem/JMath/random.cpp b/src/JSystem/JMath/random.cpp index add311c729..389d614d0c 100644 --- a/src/JSystem/JMath/random.cpp +++ b/src/JSystem/JMath/random.cpp @@ -2,6 +2,6 @@ #include "JSystem/JMath/random.h" -JMath::TRandom_fast_::TRandom_fast_(u32 param_0) { - value = param_0; +JMath::TRandom_fast_::TRandom_fast_(u32 seed) { + setSeed(seed); } -- cgit v1.2.3