Skip to content

Commit

Permalink
Update RoomScene.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-is-winning authored Oct 30, 2024
1 parent 9c0a2aa commit b208e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/igloos/RoomScene.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default class RoomScene extends BaseScene {
/*======= Physics =======*/

get roomPhysics() {
let key = this.key.toLowerCase()
let key = this.iglooKey.toLowerCase()
let baseKey = this.baseKey.toLowerCase()

return this.cache.json.get(`${key}-physics`) || this.cache.json.get(`${baseKey}-physics`)
Expand Down

0 comments on commit b208e86

Please sign in to comment.