Browse Source

Shaders: allow default construction of MeshVisualizer.

While it doesn't make any sense, it is more convenient than writing {}
when testing it.
pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
8d70e3e3a9
  1. 2
      src/Shaders/MeshVisualizer.h

2
src/Shaders/MeshVisualizer.h

@ -110,7 +110,7 @@ class MAGNUM_SHADERS_EXPORT MeshVisualizer: public AbstractShaderProgram {
* @brief Constructor
* @param flags %Flags
*/
explicit MeshVisualizer(Flags flags);
explicit MeshVisualizer(Flags flags = Flags());
/**
* @brief Set transformation and projection matrix

Loading…
Cancel
Save