Code cleanup.
This commit is contained in:
@@ -12,8 +12,7 @@ namespace Cryville.Crtr {
|
||||
|
||||
public double Duration {
|
||||
get {
|
||||
if (Unstamped == null) return 0;
|
||||
if (Unstamped.IsLong)
|
||||
if (ReleaseEvent != null)
|
||||
return ReleaseEvent.Time - Time;
|
||||
else return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user