fp: Move away from fixed RNG seed for play testing
This commit is contained in:
Vendored
+1
-1
Submodule External/tely updated: 1ef3bbc722...96fbfd6837
+1
-1
@@ -309,7 +309,7 @@ static void FP_PlayReset(FP_Game *game, TELY_Platform *platform)
|
||||
|
||||
play->root_entity = Dqn_VArray_Make(&play->entities, Dqn_ZeroMem_No);
|
||||
Dqn_FArray_Add(&play->parent_entity_stack, play->root_entity->handle);
|
||||
Dqn_PCG32_Seed(&play->rng, 0xABCDEF);
|
||||
Dqn_PCG32_Seed(&play->rng, platform->core.epoch_time);
|
||||
|
||||
// NOTE: Map ===================================================================================
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user