File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/NativeCode/DynamicLibraryLoaderHelper/NativeRender Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1385,7 +1385,7 @@ void eos_create(EOSConfig& eosConfig)
13851385 // steam_platform needs to have a count of how many bytes the "array" is, stored in SteamApiInterfaceVersionsArrayBytes
13861386 // This has some fuzzy behavior; if you set it to 0 or count it up properly, there won't be a logged problem
13871387 // if you put a non-zero amount that is insufficient, there will be an unclear logged error message
1388- steam_platform.SteamApiInterfaceVersionsArrayBytes = size;
1388+ steam_platform.SteamApiInterfaceVersionsArrayBytes = static_cast < uint32_t >( size) ;
13891389 }
13901390
13911391 steam_integrated_platform_option.ApiVersion = EOS_INTEGRATEDPLATFORM_OPTIONS_API_LATEST;
You can’t perform that action at this time.
0 commit comments