Skip to content

Commit

Permalink
Add missing require.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Feb 26, 2014
1 parent 1393fca commit aacbd27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Workers/createVerticesFromQuantizedTerrainMesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ define([
'../Core/Cartographic',
'../Core/Ellipsoid',
'../Core/Extent',
'../Core/FeatureDetection',
'../Core/Math',
'./createTaskProcessorWorker'
], function(
Cartesian3,
Cartographic,
Ellipsoid,
Extent,
FeatureDetection,
CesiumMath,
createTaskProcessorWorker) {
"use strict";
Expand Down

0 comments on commit aacbd27

Please sign in to comment.