Skip to content

Commit 57e6588

Browse files
authored
Merge pull request #7699 from OmarShehata/fix-vrtheworld
Fix VRTheWorld terrain geometry with ImageBitmap
2 parents 4600909 + 95f9fe0 commit 57e6588

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/Core/VRTheWorldTerrainProvider.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@ define([
267267
},
268268
request : request
269269
});
270-
var promise = resource.fetchImage();
270+
var promise = resource.fetchImage({
271+
flipY : false
272+
});
271273
if (!defined(promise)) {
272274
return undefined;
273275
}

0 commit comments

Comments
 (0)