Formatting, remove unnecessary timestamp
This commit is contained in:
parent
8dfb274416
commit
4f3826df0c
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user