Skip to content

Commit

Permalink
Use framestate context
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Jun 10, 2022
1 parent 6ab7c85 commit c5bb2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/Vector3DTileClampedPolylines.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ function initialize(polylines) {

promise
.then(function () {
finishVertexArray(polylines, frameState);
finishVertexArray(polylines, frameState.context);
resolve(polylines);
})
.catch(function (e) {
Expand Down

0 comments on commit c5bb2e4

Please sign in to comment.