Fix rendering current entity
This commit is contained in:
+2
-5
@@ -102,14 +102,11 @@ compare_engine_entity_def :: proc(a, b : engine_entity_def) -> bool
|
||||
//ret &= a.vertices[:] == b.vertices[:]
|
||||
ret &= a.name_buf == b.name_buf
|
||||
|
||||
if a.entity_flags != b.entity_flags{
|
||||
fmt.println("Hello world")
|
||||
}
|
||||
ret &= a.entity_flags == b.entity_flags
|
||||
ret &= a.index == b.index
|
||||
|
||||
ret &= a.body_count == b.body_count
|
||||
ret &= a.rev_joint == b.rev_joint
|
||||
ret &= a.body_count == b.body_count
|
||||
ret &= a.rev_joint == b.rev_joint
|
||||
//ret &= a.link_length[:] == b.link_length[:]
|
||||
|
||||
return ret
|
||||
|
||||
Reference in New Issue
Block a user