Minor cleanup/fix for own rB45f3150c9844326 merge.

This commit is contained in:
Bastien Montagne
2017-04-10 18:52:35 +02:00
parent d8fa3dd7c3
commit 490fea6107

View File

@@ -1911,10 +1911,10 @@ static void drawcamera_volume(float near_plane[4][3], float far_plane[4][3], boo
immVertex3fv(pos, far_plane[3]);
immVertex3fv(pos, near_plane[3]);
immVertex3fv(pos, far_plane[3]);
immVertex3fv(pos, near_plane[3]);
immVertex3fv(pos, near_plane[0]);
immVertex3fv(pos, far_plane[3]);
immVertex3fv(pos, far_plane[0]);
immVertex3fv(pos, near_plane[0]);
immEnd();
#endif
}