Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AleziaKurdis authored Nov 8, 2023
1 parent 927e50e commit 7babe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CEON/gotgPortal.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

this.preload = function(entityID) {
var properties = Entities.getEntityProperties(entityID, ["position"]);
thisPosition = properties.properties;
thisPosition = properties.position;
thisEntityID = entityID;
}

Expand Down

0 comments on commit 7babe58

Please sign in to comment.