File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 451
451
}
452
452
}
453
453
454
- if ( drawLabels ) {
455
- a = this . camera . quadtree . area (
456
- this . camera . getRectangle ( this . width , this . height )
457
- ) ;
454
+ a = this . camera . quadtree . area (
455
+ this . camera . getRectangle ( this . width , this . height )
456
+ ) ;
458
457
459
- // Apply camera view to these nodes:
460
- this . camera . applyView (
461
- undefined ,
462
- undefined ,
463
- {
464
- nodes : a ,
465
- edges : [ ] ,
466
- width : this . width ,
467
- height : this . height
468
- }
469
- ) ;
458
+ // Apply camera view to these nodes:
459
+ this . camera . applyView (
460
+ undefined ,
461
+ undefined ,
462
+ {
463
+ nodes : a ,
464
+ edges : [ ] ,
465
+ width : this . width ,
466
+ height : this . height
467
+ }
468
+ ) ;
470
469
470
+ if ( drawLabels ) {
471
471
o = function ( key ) {
472
472
return self . settings ( {
473
473
prefix : self . camera . prefix
You can’t perform that action at this time.
0 commit comments