Skip to content

Commit

Permalink
Register PBGltfContainerLoadingState (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-dcl authored Sep 12, 2024
1 parent 76c96a0 commit fdabfab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Explorer/Assets/Scripts/Global/ComponentsContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public static ComponentsContainer Create()
.Add(SDKComponentBuilder<PBBillboard>.Create(ComponentID.BILLBOARD).AsProtobufComponent())
.Add(SDKComponentBuilder<PBEngineInfo>.Create(ComponentID.ENGINE_INFO).AsProtobufResult())
.Add(SDKComponentBuilder<PBVisibilityComponent>.Create(ComponentID.VISIBILITY_COMPONENT).AsProtobufComponent())
.Add(SDKComponentBuilder<PBGltfContainerLoadingState>.Create(ComponentID.GLTF_CONTAINER_LOADING_STATE).AsProtobufComponent())
.Add(SDKComponentBuilder<PBGltfContainerLoadingState>.Create(ComponentID.GLTF_CONTAINER_LOADING_STATE).AsProtobufResult())
.Add(SDKComponentBuilder<PBAvatarShape>.Create(ComponentID.AVATAR_SHAPE).AsProtobufComponent())
.Add(SDKComponentBuilder<PBAudioSource>.Create(ComponentID.AUDIO_SOURCE).AsProtobufComponent())
.Add(SDKComponentBuilder<PBAudioStream>.Create(ComponentID.AUDIO_STREAM).AsProtobufComponent())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ public partial class PBPointerEventsResult : IDirtyMarker
public bool IsDirty { get; set; }
}

public partial class PBGltfContainerLoadingState : IDirtyMarker
{
public bool IsDirty { get; set; }
}

public partial class PBRaycast : IDirtyMarker
{
public bool IsDirty { get; set; }
Expand Down

0 comments on commit fdabfab

Please sign in to comment.