Merge 6872ec4ee0
into 77f7cab540
This commit is contained in:
commit
2783f46796
|
@ -573,7 +573,7 @@ S2.stepKey = function (key, num) {
|
|||
var otherS = otherL.toString(4);
|
||||
|
||||
if ('0' === otherS) {
|
||||
console.warning(new Error("face/position wrapping is not yet supported"));
|
||||
console.warn(new Error("face/position wrapping is not yet supported"));
|
||||
}
|
||||
|
||||
while (otherS.length < level) {
|
||||
|
|
Loading…
Reference in New Issue