]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
added PRVM_64 define which upgrades the QC VM to double precision
[xonotic/darkplaces.git] / gl_rmain.c
index 5c76df44029479e13d88f614df347edc8ba076a1..235434b9703885c466949a41fe2e81aa5492fe23 100644 (file)
@@ -7463,7 +7463,7 @@ void R_DrawNoModel(entity_render_t *ent)
                R_DrawNoModel_TransparentCallback(ent, rsurface.rtlight, 0, NULL);
 }
 
-void R_CalcBeam_Vertex3f (float *vert, const vec3_t org1, const vec3_t org2, float width)
+void R_CalcBeam_Vertex3f (float *vert, const float *org1, const float *org2, float width)
 {
        vec3_t right1, right2, diff, normal;