You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merge to Dev-Main for 4.20 @ 4090813
#rb #rnx #lockdown Nick.Penwarden [CL 4091081 by Marc Audy in Main branch]
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ void UEnvQueryGenerator_Donut::GenerateItems(FEnvQueryInstance& QueryInstance) c
|
||||
int32 NumRings = NumberOfRings.GetValue();
|
||||
int32 NumPoints = PointsPerRing.GetValue();
|
||||
|
||||
if ((InnerRadiusValue <= 0.f) || (OuterRadiusValue <= 0.f) ||
|
||||
if ((InnerRadiusValue < 0.f) || (OuterRadiusValue <= 0.f) ||
|
||||
(InnerRadiusValue > OuterRadiusValue) ||
|
||||
(NumRings < 1) || (NumPoints < 1))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user