X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=world_gate.c;h=876007d901fe61fa4c1736511aed5115f3ec897c;hb=9eb3de757a997becb8406417a4bf613f4cb04900;hp=771fd834d49546e71ce072ae3b17d2996a2d2fef;hpb=6929408e937dca64da707a2d61f8cdf6ab857e93;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.c b/world_gate.c index 771fd83..876007d 100644 --- a/world_gate.c +++ b/world_gate.c @@ -127,7 +127,7 @@ VG_STATIC int render_gate( world_instance *world_inside, /* Ready to draw with new camrea */ camera_finalize( &gate_camera ); - vg_line_pt3( gate_camera.transform[3], 0.3f, 0xff00ff00 ); + vg_line_point( gate_camera.transform[3], 0.3f, 0xff00ff00 ); { shader_model_gate_use(); shader_model_gate_uPv( cam->mtx.pv );