Change to always show the sensor controls. (#526)
This commit is contained in:
committed by
Peli de Halleux
parent
03add213d9
commit
3c96cfcc0a
@ -1,7 +1,7 @@
|
||||
/// <reference path="./moduleView.ts" />
|
||||
/// <reference path="./sensorView.ts" />
|
||||
|
||||
namespace pxsim.visuals {
|
||||
export class GyroSensorView extends ModuleView implements LayoutElement {
|
||||
export class GyroSensorView extends SensorView implements LayoutElement {
|
||||
|
||||
constructor(port: number) {
|
||||
super(GYRO_SVG, "gyro", NodeType.GyroSensor, port);
|
||||
|
Reference in New Issue
Block a user