Remove mcopy.state.camera and mcopy.state.projector.
This commit is contained in:
parent
7d2033db3d
commit
d6fd83762e
|
@ -2502,22 +2502,6 @@ let log;
|
|||
*******/
|
||||
mcopy.state = {
|
||||
version : PACKAGE.version, //use for file compatibility check
|
||||
camera : {
|
||||
pos : 0,
|
||||
direction: true
|
||||
},
|
||||
projector : {
|
||||
pos : 0,
|
||||
direction: true
|
||||
},
|
||||
camera_second : {
|
||||
pos : 0,
|
||||
direction : true
|
||||
},
|
||||
projector_second : {
|
||||
pos : 0,
|
||||
direction : true
|
||||
},
|
||||
sequence : {
|
||||
pads: {
|
||||
//gaaaaaaaaah
|
||||
|
|
|
@ -28,22 +28,6 @@ let log;
|
|||
*******/
|
||||
mcopy.state = {
|
||||
version : PACKAGE.version, //use for file compatibility check
|
||||
camera : {
|
||||
pos : 0,
|
||||
direction: true
|
||||
},
|
||||
projector : {
|
||||
pos : 0,
|
||||
direction: true
|
||||
},
|
||||
camera_second : {
|
||||
pos : 0,
|
||||
direction : true
|
||||
},
|
||||
projector_second : {
|
||||
pos : 0,
|
||||
direction : true
|
||||
},
|
||||
sequence : {
|
||||
pads: {
|
||||
//gaaaaaaaaah
|
||||
|
|
Loading…
Reference in New Issue