mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
Remove TODO comment
This commit is contained in:
parent
85ed18fd41
commit
a670889ffb
1 changed files with 0 additions and 2 deletions
|
@ -287,7 +287,6 @@ var ModelImporter = function(opts) {
|
|||
var cancelWidth = 100;
|
||||
var fullWidth = titleWidth + cancelWidth + (2 * margin);
|
||||
|
||||
// TODO: Show import preview
|
||||
var localModels = Overlays.addOverlay("localmodels", {
|
||||
position: { x: 1, y: 1, z: 1 },
|
||||
scale: 1,
|
||||
|
@ -349,7 +348,6 @@ var ModelImporter = function(opts) {
|
|||
var importPosition = { x: 0, y: 0, z: 0 };
|
||||
this.moveImport = function(position) {
|
||||
importPosition = position;
|
||||
// TODO: Show import preview
|
||||
Overlays.editOverlay(localModels, {
|
||||
position: { x: importPosition.x, y: importPosition.y, z: importPosition.z }
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue