Skip to content

Commit

Permalink
xrCore: calculate build id once
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Apr 29, 2018
1 parent ba30686 commit 06ce6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/xrCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ static u32 init_counter = 0;

void xrCore::Initialize(pcstr _ApplicationName, LogCallback cb, bool init_fs, pcstr fs_fname, bool plugin)
{
CalculateBuildId();
xr_strcpy(ApplicationName, _ApplicationName);
if (0 == init_counter)
{
CalculateBuildId();
PluginMode = plugin;
// Init COM so we can use CoCreateInstance
// HRESULT co_res =
Expand Down

0 comments on commit 06ce6a6

Please sign in to comment.