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() {
|
||||
|
||||
}
|
||||
@ -48,7 +46,6 @@ class GameScene: SKScene {
|
||||
|
||||
}
|
||||
|
||||
|
||||
override func update(_ currentTime: TimeInterval) {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user