Minor cleanup/fix for own rB45f3150c9844326 merge.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user