currentSphere issue
This commit is contained in:
parent
719f87c558
commit
88f8bf9fac
@ -87,9 +87,9 @@ Dragonfly.prototype.Log = function( mesg, sphere, visibility )
|
|||||||
sphere += visibility;
|
sphere += visibility;
|
||||||
|
|
||||||
var write = true;
|
var write = true;
|
||||||
if( Dragonfly.currentSphere < sphere )
|
if( this.currentSphere < sphere )
|
||||||
{
|
{
|
||||||
write = ( Dragonfly.currentSphere % 10 < sphere % 10 );
|
write = ( this.currentSphere % 10 < sphere % 10 );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Writeline if yes
|
// Writeline if yes
|
||||||
|
Loading…
Reference in New Issue
Block a user