print für Beleuchtung entfernt
This commit is contained in:
parent
b11e64dc91
commit
e7645111ca
3 changed files with 3 additions and 2 deletions
|
@ -257,6 +257,6 @@ function cozylights:draw_wielded_light(pos, last_pos, cozy_item,vel,cozyplayer,v
|
|||
cozyplayer.last_wield_radius = radius
|
||||
gent_total = gent_total + mf((os.clock() - t) * 1000)
|
||||
gent_count = gent_count + 1
|
||||
print("Av wield illum time " .. mf(gent_total/gent_count) .. " ms. Sample of: "..gent_count)
|
||||
--print("Av wield illum time " .. mf(gent_total/gent_count) .. " ms. Sample of: "..gent_count)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue