extraneous check, if code is correct, it will be non-null.

This commit is contained in:
Robin Hübner 2017-08-09 23:01:36 +02:00
parent b76bcd53e2
commit 52f1bb3bdd
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ func _draw():
for e in entities:
var ent = e.get_ref()
if ent == null:
continue
var ent_pos = ent.get_global_pos()
var s_mw = vp_rect.size.x / 2