diff --git a/Source/Editor/Surface/VisjectSurfaceContext.cs b/Source/Editor/Surface/VisjectSurfaceContext.cs
index 54c456d04..0886996b6 100644
--- a/Source/Editor/Surface/VisjectSurfaceContext.cs
+++ b/Source/Editor/Surface/VisjectSurfaceContext.cs
@@ -306,6 +306,7 @@ namespace FlaxEditor.Surface
/// The surface area to create comment.
/// The comment title.
/// The comment color.
+ /// The comment order or -1 to use default.
/// The comment object
public virtual SurfaceComment SpawnComment(ref Rectangle surfaceArea, string title, Color color, int customOrder = -1)
{
@@ -325,6 +326,7 @@ namespace FlaxEditor.Surface
/// The surface area to create comment.
/// The comment title.
/// The comment color.
+ /// The comment order or -1 to use default.
/// The comment object
public SurfaceComment CreateComment(ref Rectangle surfaceArea, string title, Color color, int customOrder = -1)
{