mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02:00
Doxygen comment fix.
This commit is contained in:
parent
690e2c1965
commit
ab9d414340
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public:
|
||||||
void prepare();
|
void prepare();
|
||||||
|
|
||||||
/// Starts using the glow effect.
|
/// Starts using the glow effect.
|
||||||
/// \param float intensity the desired glow intensity, from zero to one
|
/// \param intensity the desired glow intensity, from zero to one
|
||||||
void begin(float intensity = 1.0f);
|
void begin(float intensity = 1.0f);
|
||||||
|
|
||||||
/// Stops using the glow effect.
|
/// Stops using the glow effect.
|
||||||
|
|
Loading…
Reference in a new issue