瀏覽代碼

Missed a comma

master
Bryan Miller 6 年之前
父節點
當前提交
293de959f4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      game/gbe/nodes.py

+ 1
- 1
game/gbe/nodes.py 查看文件

@@ -199,7 +199,7 @@ class Node:
def emit(self, signal, data={}):
# NOTE: I'm currently forcing the existance of this "NODE" key in the dictionary given. Not sure if I'll keep this.
data["NODE"] = {
"name":self.name
"name":self.name,
"n":self
}
Events.emit(signal, data)

Loading…
取消
儲存