cl_cross update

This commit is contained in:
pierow 2021-02-03 01:13:14 -05:00
parent 01ac6359fa
commit 9a4a291b41

View file

@ -209,9 +209,9 @@ int CHudCrosshairs::Draw(float time)
gl.line(Vector2D(center.x + gap + size, center.y), Vector2D(center.x + gap, center.y));
}
#ifdef __APPLE__
//Remove when OSX builds with c++11
#else
//#ifdef __APPLE__
// //Remove when OSX builds with c++11
//#else
// Draw the circle.
if (cl_cross_circle_radius->value > 0.0f) {
gl.line_width(1.0f);
@ -225,7 +225,7 @@ int CHudCrosshairs::Draw(float time)
gl.circle(center, circle_points);
}
#endif
//#endif
// Draw the dot.
if (cl_cross_dot_size->value > 0.0f) {