Formatting, remove unnecessary timestamp

This commit is contained in:
Marcel Schwarz 2020-04-18 15:44:17 +02:00
parent 8dfb274416
commit 4f3826df0c

View File

@ -14,8 +14,6 @@ class GameScene: SKScene {
var entities = [GKEntity]()
var graphs = [String : GKGraph]()
private var lastUpdateTime : TimeInterval = 0
override func sceneDidLoad() {
}
@ -47,7 +45,6 @@ class GameScene: SKScene {
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
}
override func update(_ currentTime: TimeInterval) {