Skip to content

Commit 68a9cc1

Browse files
Fix col shape type
1 parent 11ced31 commit 68a9cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/AltV.Net/Elements/Entities/ColShape.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public ColShapeType ColShapeType
5252
}
5353
}
5454

55-
public ColShape(IntPtr nativePointer) : base(nativePointer, BaseObjectType.Checkpoint)
55+
public ColShape(IntPtr nativePointer) : base(nativePointer, BaseObjectType.ColShape)
5656
{
5757
}
5858

0 commit comments

Comments
 (0)