fix lookup bug
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
93a4d16427
commit
47e0ee824c
@ -115,7 +115,7 @@ public class ImGuiEntityPhysicsTab {
|
|||||||
//synchronized data
|
//synchronized data
|
||||||
if(
|
if(
|
||||||
Globals.clientState.clientSceneWrapper.getScene().getEntityFromId(detailViewEntity.getId()) != null &&
|
Globals.clientState.clientSceneWrapper.getScene().getEntityFromId(detailViewEntity.getId()) != null &&
|
||||||
Globals.clientState.clientSceneWrapper.mapClientToServerId(detailViewEntity.getId()) != -1
|
Globals.clientState.clientSceneWrapper.containsServerId(detailViewEntity.getId())
|
||||||
){
|
){
|
||||||
//detailViewEntity is a client entity
|
//detailViewEntity is a client entity
|
||||||
//get server entity
|
//get server entity
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user