:Đ fix current map icon display
This commit is contained in:
parent
3075e30f2f
commit
923be22ad5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ pub const SceneManager = struct {
|
|||
.entityCase_ = .{ .Prop = prop_info },
|
||||
.GroupId = scene_group.group_id,
|
||||
.InstId = propConf.instId,
|
||||
.EntityId = 0,
|
||||
.EntityId = generator.nextId(),
|
||||
.Motion = .{
|
||||
.pos = .{ .x = propConf.pos.x, .y = propConf.pos.y, .z = propConf.pos.z },
|
||||
.rot = .{ .x = propConf.rot.x, .y = propConf.rot.y, .z = propConf.rot.z },
|
||||
|
|
Loading…
Reference in a new issue