Skip to content

Commit a5b9619

Browse files
authored
In Linux systems, file names are case sensitive, resulting in errors
Fixed the problem of compilation failure in Linux system
1 parent 33526b2 commit a5b9619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/VRM4U/Public/VrmBPFunctionLibrary.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#if UE_VERSION_OLDER_THAN(4,26,0)
1414
#else
15-
#include "AssetRegistry/Assetdata.h"
15+
#include "AssetRegistry/AssetData.h"
1616
#endif
1717

1818
#if UE_VERSION_OLDER_THAN(4,20,0)

0 commit comments

Comments
 (0)