Skip to content

Commit

Permalink
Merge pull request #433 from MacroGu/patch-1
Browse files Browse the repository at this point in the history
In Linux systems, file names are case sensitive, resulting in errors
  • Loading branch information
ruyo authored Nov 10, 2024
2 parents 4ba163d + a5b9619 commit b70e29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/VRM4U/Public/VrmBPFunctionLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#if UE_VERSION_OLDER_THAN(4,26,0)
#else
#include "AssetRegistry/Assetdata.h"
#include "AssetRegistry/AssetData.h"
#endif

#if UE_VERSION_OLDER_THAN(4,20,0)
Expand Down

0 comments on commit b70e29f

Please sign in to comment.