File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ var AtlasCreator = class AtlasCreator {
2424 this . textureMapping = { } ;
2525 this . emptyDir ( ) ;
2626 this . firstLoad ( ) ;
27- return ;
2827 }
2928
3029 emptyDir ( ) {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class DistanceBasedFog {
66 this . view = new THREE . Vector3 ( ) ;
77 this . farnear = new THREE . Vector2 ( ) ;
88 this . color = new THREE . Vector4 ( ) ;
9- return ;
9+
1010 }
1111
1212 update ( ) {
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ class Entities {
2828 this . playerMesh . instanceMatrix . setUsage ( THREE . DynamicDrawUsage ) ;
2929 this . game . scene . add ( this . playerMesh ) ;
3030 this . dummy = new THREE . Object3D ( ) ;
31- return ;
3231 }
3332
3433 update ( entities ) {
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ class BitArray {
2424 this . bitsPerValue = options . bitsPerValue ;
2525 this . valuesPerLong = valuesPerLong ;
2626 this . valueMask = valueMask ;
27- return ;
2827 }
2928
3029 get ( index ) {
You can’t perform that action at this time.
0 commit comments