We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9634c2d commit c5a4a6dCopy full SHA for c5a4a6d
1 file changed
src/entityViewer.ts
@@ -139,8 +139,6 @@ namespace EntityViewer {
139
["", ""],
140
sep('VehicleObject'),
141
["Rotation frame mask:", vehicleObject.rotationFrameMask.toString()],
142
- ["Num. of vertical frames:", vehicleObject.numVerticalFrames.toString()],
143
- ["Num. of horizontal frames:", vehicleObject.numHorizontalFrames.toString()],
144
["Spacing:", vehicleObject.spacing.toString()],
145
["Car mass:", vehicleObject.carMass.toString()],
146
["Tab height:", vehicleObject.tabHeight.toString()],
0 commit comments