Skip to content

Commit bdf4799

Browse files
Changed the version in the comment that warns about a missing unity feature
1 parent 3039513 commit bdf4799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/VIAProMa/Assets/Scripts/Connection Curves/SimpleCurveGeneration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ struct SimpleCurveGenerationJob : IJobParallelFor
757757
[ReadOnly]
758758
public NativeArray<Vector3> goal;
759759

760-
//I am truly sorry for this, but Unity 2018.4.13f1 doesn't allow any form of sane managment of two dimensional native data. If the unity Version ever gets Updated, this can all be replaced by a single native hashmap
760+
//I am truly sorry for this, but Unity 2018.4 doesn't allow any form of sane managment of two dimensional native data. If the unity Version ever gets Updated, this can all be replaced by a single native hashmap
761761

762762
public NativeArray<Vector3> curvePoint0;
763763
public NativeArray<Vector3> curvePoint1;

0 commit comments

Comments
 (0)