Skip to content

Commit 90a9078

Browse files
committed
[GEN] Backport optimization in CardinalSpline3DClass::Update_Tangents from Zero Hour (#772)
1 parent 3feb3fc commit 90a9078

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Generals/Code/Libraries/Source/WWVegas/WWMath/cardinalspline.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
* *
2323
* Project Name : WWMath *
2424
* *
25-
* $Archive:: /VSS_Sync/wwmath/cardinalspline.cpp $*
25+
* $Archive:: /Commando/Code/wwmath/cardinalspline.cpp $*
2626
* *
2727
* Author:: Greg Hjelstrom *
2828
* *
29-
* $Modtime:: 6/13/01 2:18p $*
29+
* $Modtime:: 9/16/01 4:07p $*
3030
* *
31-
* $Revision:: 5 $*
31+
* $Revision:: 6 $*
3232
* *
3333
*---------------------------------------------------------------------------------------------*
3434
* Functions: *
@@ -108,6 +108,7 @@ void CardinalSpline3DClass::Update_Tangents(void)
108108
Tangents[0].InTangent.Set(0,0,0);
109109
Tangents[0].OutTangent.Set(0,0,0);
110110
}
111+
return;
111112
}
112113

113114
// First and Last Key:

0 commit comments

Comments
 (0)