mirror of
https://github.com/SFML/SFML.git
synced 2025-02-18 06:18:01 +08:00
Remove misplaced comma
This commit is contained in:
parent
742dffa0de
commit
8c9fa1087e
@ -63,7 +63,7 @@ public:
|
|||||||
/// This function uses its own thread so that it doesn't block
|
/// This function uses its own thread so that it doesn't block
|
||||||
/// the rest of the program while the capture runs.
|
/// the rest of the program while the capture runs.
|
||||||
/// Please note that only one capture can happen at the same time.
|
/// Please note that only one capture can happen at the same time.
|
||||||
/// You can select which capture device will be used, by passing
|
/// You can select which capture device will be used by passing
|
||||||
/// the name to the setDevice() method. If none was selected
|
/// the name to the setDevice() method. If none was selected
|
||||||
/// before, the default capture device will be used. You can get a
|
/// before, the default capture device will be used. You can get a
|
||||||
/// list of the names of all available capture devices by calling
|
/// list of the names of all available capture devices by calling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user