Skip to content

Commit

Permalink
ADD: spawn manager - always actualize
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3lord committed Sep 22, 2024
1 parent 1880c94 commit b5b8de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/ImUtils/SpawnManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ void SpawnManager_ProcessSections(Section& sections, size_t& number_imgui)

bool SpawnManager_RenderButtonOrImage(CInifile::Sect* section, const char* imname)
{
static const auto surfaceParams = ::Render->getSurface("ui\\ui_icon_equipment");
const auto surfaceParams = ::Render->getSurface("ui\\ui_icon_equipment");

bool isIcon = section->line_exist("inv_grid_x")
&& section->line_exist("inv_grid_y")
Expand Down

0 comments on commit b5b8de3

Please sign in to comment.