Skip to content

Commit

Permalink
Fix SDK bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall committed Sep 16, 2024
1 parent 73f65db commit e98ba9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDK/Xrd777_classes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24013,7 +24013,7 @@ class UMiniMapAssetLoader final : public UObject
public:
class UAssetLoader* GetAssetLoader();
class UMiniMapIconListTable* GetFldMiniMapIconTable();
EFldType GetFldType();
SDK::EFldType GetFldType();
class UTexture* GetMapParts(int32 Index_0);
class UTexture* GetMapTex();
class UTexture* GetMapTexture();
Expand Down

0 comments on commit e98ba9a

Please sign in to comment.