Skip to content

Commit

Permalink
remind me to test my commits oh my god
Browse files Browse the repository at this point in the history
  • Loading branch information
Saxashitter committed Sep 3, 2024
1 parent 7a41154 commit 0e28cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lua/HUD/hud_score.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ function PTSR.add_wts_score(player, mobj, score)
local ox = 0
local oy = 0

ox = ((v.width()/v.dupx)-320)*FU
oy = ((v.height()/v.dupy)-200)*FU
ox = ((fakeV.width()/fakeV.dupx())-320)*FU
oy = ((fakeV.height()/fakeV.dupy())-200)*FU

local wts = SG_ObjectTracking(fakeV,player,camera,mobj)

Expand Down

0 comments on commit 0e28cfa

Please sign in to comment.