troika-three-text
Advanced tools
Comparing version 0.30.1 to 0.30.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.30.2](https://github.com/protectwise/troika/compare/v0.30.1...v0.30.2) (2020-07-22) | ||
### Bug Fixes | ||
* **troika-three-text:** prevent unbound buffer errors when disposing a GlyphsGeometry ([e860eac](https://github.com/protectwise/troika/commit/e860eacd04404a328cc758af9103f5d2f55201ba)), closes [#69](https://github.com/protectwise/troika/issues/69) [react-spring/drei#62](https://github.com/react-spring/drei/issues/62) | ||
## [0.30.1](https://github.com/protectwise/troika/compare/v0.30.0...v0.30.1) (2020-07-19) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "troika-three-text", | ||
"version": "0.30.1", | ||
"version": "0.30.2", | ||
"description": "SDF-based text rendering for Three.js", | ||
@@ -29,3 +29,3 @@ "author": "Jason Johnston <jason.johnston@protectwise.com>", | ||
}, | ||
"gitHead": "a222aa0faeca0899b3f75a754c880d668a62f061" | ||
"gitHead": "0b192cd9f123acd79df518c152bffafeffd4d3cc" | ||
} |
@@ -78,5 +78,5 @@ import { | ||
;['position', 'normal', 'uv'].forEach(attr => { | ||
this.attributes[attr] = tpl.attributes[attr] | ||
this.attributes[attr] = tpl.attributes[attr].clone() | ||
}) | ||
this.setIndex(tpl.getIndex()) | ||
this.setIndex(tpl.getIndex().clone()) | ||
} | ||
@@ -83,0 +83,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1552349
25295