Skip to content

Commit

Permalink
fix: needs instantiation; also small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BHSDuncan authored and StraToN committed Apr 19, 2022
1 parent 0175342 commit 0cf4672
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const RESERVED_OBJECTS = [
MUSIC,
SOUND,
SPEECH,
#CAMERA
]


Expand Down Expand Up @@ -149,7 +148,6 @@ func register_object(object: ESCObject, room: ESCRoom = null, force: bool = fals
]
)
else:
room_key = ESCRoomObjectsKey.new()
room_key.room_global_id = room.global_id
room_key.room_instance_id = room.get_instance_id()

Expand Down

0 comments on commit 0cf4672

Please sign in to comment.