Skip to content

Commit 3259e57

Browse files
MatthijsBurghgithub-actions[bot]
authored andcommitted
Update Build
1 parent c74f058 commit 3259e57

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

build/ros3d.cjs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38100,6 +38100,7 @@ Object.assign( Font.prototype, {
3810038100
//
3810138101

3810238102
if ( size === undefined ) { size = 100; }
38103+
if ( divisions === undefined ) { divisions = 4; }
3810338104

3810438105
var data = this.data;
3810538106

build/ros3d.esm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38076,6 +38076,7 @@ Object.assign( Font.prototype, {
3807638076
//
3807738077

3807838078
if ( size === undefined ) { size = 100; }
38079+
if ( divisions === undefined ) { divisions = 4; }
3807938080

3808038081
var data = this.data;
3808138082

build/ros3d.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38092,6 +38092,7 @@ var ROS3D = (function (exports, ROSLIB) {
3809238092
//
3809338093

3809438094
if ( size === undefined ) size = 100;
38095+
if ( divisions === undefined ) divisions = 4;
3809538096

3809638097
var data = this.data;
3809738098

build/ros3d.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)