Skip to content

Commit

Permalink
Merge pull request #81 from Un-Drew/Bug-SMComp-Extends-ModelComp
Browse files Browse the repository at this point in the history
Fix for UStaticMeshComponent stub extending UModelComponent instead of UMeshComponent
  • Loading branch information
EliotVU authored May 13, 2024
2 parents cbbfff3 + dd5efc3 commit 205aece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/Classes/UMeshComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class USkeletalMeshComponent : UMeshComponent
/// </summary>
[UnrealRegisterClass]
[BuildGeneration(BuildGeneration.UE3)]
public class UStaticMeshComponent : UModelComponent
public class UStaticMeshComponent : UMeshComponent
{
}
}

0 comments on commit 205aece

Please sign in to comment.