Rename 'ol/vec/Mat4' module to 'ol/vec/mat4'

This commit is contained in:
Frederic Junod
2017-12-15 10:32:13 +01:00
parent 6e83a15bd6
commit 92bbec294c
4 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import {inherits} from '../../index.js';
import {getCenter} from '../../extent.js';
import _ol_render_VectorContext_ from '../VectorContext.js';
import _ol_transform_ from '../../transform.js';
import {create, fromTransform} from '../../vec/Mat4.js';
import {create, fromTransform} from '../../vec/mat4.js';
import _ol_webgl_ from '../../webgl.js';
/**