mirror of
https://github.com/ENSL/NS.git
synced 2025-02-16 17:11:15 +00:00
cl_cross update
This commit is contained in:
parent
01ac6359fa
commit
9a4a291b41
1 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue