wrong the whole time
This commit is contained in:
parent
5e7748ccf8
commit
2de27d5aa9
@ -235,7 +235,7 @@ pub fn convert<'a>(
|
|||||||
let mut teleport_destinations=HashMap::new();
|
let mut teleport_destinations=HashMap::new();
|
||||||
|
|
||||||
const WHITE:vbsp::Color=vbsp::Color{r:255,g:255,b:255};
|
const WHITE:vbsp::Color=vbsp::Color{r:255,g:255,b:255};
|
||||||
const ENTITY_ATTRIBUTE:attr::CollisionAttributesId=ATTRIBUTE_DECORATION;
|
const ENTITY_ATTRIBUTE:attr::CollisionAttributesId=ATTRIBUTE_CONTACT_DEFAULT;
|
||||||
const ENTITY_TRIGGER_ATTRIBUTE:attr::CollisionAttributesId=ATTRIBUTE_INTERSECT_DEFAULT;
|
const ENTITY_TRIGGER_ATTRIBUTE:attr::CollisionAttributesId=ATTRIBUTE_INTERSECT_DEFAULT;
|
||||||
for raw_ent in &bsp.entities{
|
for raw_ent in &bsp.entities{
|
||||||
let debug_info=match model::EntityInfo::new(raw_ent.properties()){
|
let debug_info=match model::EntityInfo::new(raw_ent.properties()){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user