Some more cleaning
This commit is contained in:
4
js/l3d/apps/prototype/tutorial/TutoCamera.js
vendored
4
js/l3d/apps/prototype/tutorial/TutoCamera.js
vendored
@@ -428,10 +428,6 @@ TutoCamera.prototype.onKeyEvent = function(event, toSet) {
|
||||
}
|
||||
}
|
||||
|
||||
switch (event.keyCode) {
|
||||
case 13: if (toSet) this.log(); break;
|
||||
}
|
||||
|
||||
if (motionJsonCopy != JSON.stringify(this.motion)) {
|
||||
// Log any change
|
||||
var e = new BD.Event.KeyboardEvent();
|
||||
|
||||
@@ -104,7 +104,6 @@ TutorialSteps.prototype.setCameras = function(cameras) {
|
||||
};
|
||||
|
||||
TutorialSteps.prototype.nextStep = function() {
|
||||
console.log(this.step);
|
||||
if (this.step < this.instructions.length) {
|
||||
this.alert(this.instructions[this.step].text, this.instructions[this.step].justclick);
|
||||
var callback = function() {self.coinNumber++; self.nextStep();};
|
||||
|
||||
Reference in New Issue
Block a user