X-Git-Url: https://harrygodden.com/git/?p=csRadar.git;a=blobdiff_plain;f=vmf.h;fp=vmf.h;h=ff3804d8c29691add5a67d82ba4f2eb64305f4e4;hp=ec9573aaa8c21feeebca6fe9716e1f976290d742;hb=a53095e1511fecb8cc83c692e7ce7b23852fff16;hpb=1d2752b69b6285d5eb6436728c6cf84228a9ccde diff --git a/vmf.h b/vmf.h index ec9573a..ff3804d 100644 --- a/vmf.h +++ b/vmf.h @@ -288,6 +288,9 @@ ESolidResult solidgen_push( vmf_solid *ctx, vdf_node *node ) // TODO: What is this for again? surely it should be the other way around... i think... if( solid_has_displacement( node ) ) { + is_displacement = 1; + /* + printf( "solid_has_displacement\n" ); num_planes = vmf_api.bisectors; @@ -302,6 +305,7 @@ ESolidResult solidgen_push( vmf_solid *ctx, vdf_node *node ) } is_displacement = 1; + */ } int it = 0;