Skip to content

Commit

Permalink
Fix ITexture error on dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
ischmal committed Sep 10, 2024
1 parent 412fd06 commit c86a236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/photon-v2/cl_hud.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ local info, warn, warnOnce = Photon2.Debug.Declare( "HUD" )
local hudMaterial = Material("photon/ui/hud")

local hudRT = GetRenderTargetEx( "Photon2HUD" .. CurTime(), 512, 512,
0, MATERIAL_RT_DEPTH_NONE, 32768 + 2048 + 4 + 8 + 512, 0, IMAGE_FORMAT_RGBA8888 )
0, MATERIAL_RT_DEPTH_NONE, 32768 + 4 + 8 + 512, 0, IMAGE_FORMAT_RGBA8888 )

--
local userSettings = {}
Expand Down

0 comments on commit c86a236

Please sign in to comment.