Skip to content

Commit c5a4a6d

Browse files
committed
Remove numVerticalFrames and numHorizontalFrames
It appears these have been removed from the plugin API
1 parent 9634c2d commit c5a4a6d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/entityViewer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ namespace EntityViewer {
139139
["", ""],
140140
sep('VehicleObject'),
141141
["Rotation frame mask:", vehicleObject.rotationFrameMask.toString()],
142-
["Num. of vertical frames:", vehicleObject.numVerticalFrames.toString()],
143-
["Num. of horizontal frames:", vehicleObject.numHorizontalFrames.toString()],
144142
["Spacing:", vehicleObject.spacing.toString()],
145143
["Car mass:", vehicleObject.carMass.toString()],
146144
["Tab height:", vehicleObject.tabHeight.toString()],

0 commit comments

Comments
 (0)