Skip to content

Commit

Permalink
CreateTexture 2048px
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Oct 24, 2024
1 parent 66401bf commit 66f7695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/mods/deathmatch/logic/CRadarMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CRadarMap::CRadarMap(CClientManager* pManager)

// Create the radar and local player blip images
m_pRadarImage =
g_pCore->GetGraphics()->GetRenderItemManager()->CreateTexture(CalcMTASAPath("MTA\\cgui\\images\\radar.jpg"), NULL, false, 1024, 1024, RFORMAT_DXT1);
g_pCore->GetGraphics()->GetRenderItemManager()->CreateTexture(CalcMTASAPath("MTA\\cgui\\images\\radar.jpg"), NULL, false, 2048, 2048, RFORMAT_DXT1);
m_pLocalPlayerBlip = g_pCore->GetGraphics()->GetRenderItemManager()->CreateTexture(CalcMTASAPath("MTA\\cgui\\images\\radarset\\02.png"));

// Create the marker textures
Expand Down

0 comments on commit 66f7695

Please sign in to comment.