Browse Source

Documentation: add depreciation message to ClosedSplineCurve3

Joshua Koo 9 years ago
parent
commit
a9677ba31e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/extras/curves/ClosedSplineCurve3.html

+ 2 - 2
docs/api/extras/curves/ClosedSplineCurve3.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<meta charset="utf-8" />
+		<meta charset="utf-8" />
 		<base href="../../../" />
 		<script src="list.js"></script>
 		<script src="page.js"></script>
@@ -12,7 +12,7 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">Create a smooth 3d spline curve from a series of points that loops back onto itself</div>
+		<div class="desc">Create a smooth 3d spline curve from a series of points that loops back onto itself. This class may be depreciated, please use CatmullRomCurve3</div>
 
 		<h2>Example</h2>