Browse Source

Aaargh.

pull/7/head
Vladimír Vondruš 13 years ago
parent
commit
60eaa3f7d4
  1. 2
      src/DebugTools/ShapeRenderer.h

2
src/DebugTools/ShapeRenderer.h

@ -74,7 +74,7 @@ class ShapeRendererOptions {
* Size of rendered crosshairs, representing Physics::Point shapes. * Size of rendered crosshairs, representing Physics::Point shapes.
* Default is `0.25f`. * Default is `0.25f`.
*/ */
inline ShapeRendererOptions* pointSize(GLfloat size) { inline ShapeRendererOptions* setPointSize(GLfloat size) {
_pointSize = size; _pointSize = size;
return this; return this;
} }

Loading…
Cancel
Save