TextBox implemented and cleaning.

This commit is contained in:
Mal
2020-02-24 00:19:21 +01:00
parent bd5ec13ea3
commit 3ffc786989
7 changed files with 220 additions and 9 deletions

View File

@@ -79,8 +79,6 @@ export default class FrameRateMeasurer
}
);
console.log(this.frameDurations);
return closestDistance.frameRate;
}
}