Some natives changes

This commit is contained in:
Vortrex
2022-05-08 06:47:27 -05:00
parent 44c0f249e7
commit 77768c175d

View File

@@ -257,20 +257,6 @@ function forceSyncElementProperties(elementId) {
// ===========================================================================
function setElementPosition(elementId, position) {
if(getElementFromId(elementId) == null) {
return false;
}
if(!getElementFromId(elementId).isSyncer) {
return false;
}
getElementFromId(elementId).position = position;
}
// ===========================================================================
function setElementCollisionsEnabled(elementId, state) {
if(getElementFromId(elementId) == null) {
return false;