Fixed issue with the second path.

This commit is contained in:
Devine Lu Linvega
2017-01-23 15:48:32 -07:00
parent 4e235bbd36
commit e3c30aff2b
2 changed files with 5 additions and 2 deletions

View File

@@ -76,6 +76,9 @@ function Cursor(rune)
if(ronin.module){
this.set_mode(ronin.module);
}
else if(event.altKey == true && event.shiftKey == true){
this.set_mode(ronin.surface.active_layer);
}
else if(event.altKey == true){
this.set_mode(ronin.surface);
}