1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-12 16:58:29 +00:00

Fixed wrong comment

This commit is contained in:
Darth Affe 2016-03-18 20:45:50 +01:00
parent 45c57b47a7
commit 6bda450e86

View File

@ -61,7 +61,7 @@ namespace CUE.NET.Effects
public float Interval { get; set; } = 1f;
/// <summary>
/// Gets or sets the amount of repetitions the effect should do until it's finished. Zero means infinite. (default: 0f)
/// Gets or sets the amount of repetitions the effect should do until it's finished. Zero means infinite. (default: 0)
/// </summary>
public int Repetitions { get; set; } = 0;