소스 검색

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…
취소
저장