mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
spelling: explicitly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ namespace irrklang
|
|||||||
to call drop(). This will destroy the object, if grab() was not called
|
to call drop(). This will destroy the object, if grab() was not called
|
||||||
in another part of you program, because this part still needs the object.
|
in another part of you program, because this part still needs the object.
|
||||||
Note, that you only don't need to call drop() for all objects you receive, it
|
Note, that you only don't need to call drop() for all objects you receive, it
|
||||||
will be explicitely noted in the documentation.
|
will be explicitly noted in the documentation.
|
||||||
|
|
||||||
A simple example:
|
A simple example:
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@ namespace irrklang
|
|||||||
//! to call drop(). This will destroy the object, if grab() was not called
|
//! to call drop(). This will destroy the object, if grab() was not called
|
||||||
//! in another part of you program, because this part still needs the object.
|
//! in another part of you program, because this part still needs the object.
|
||||||
//! Note, that you only don't need to call drop() for all objects you receive, it
|
//! Note, that you only don't need to call drop() for all objects you receive, it
|
||||||
//! will be explicitely noted in the documentation.
|
//! will be explicitly noted in the documentation.
|
||||||
//!
|
//!
|
||||||
//! A simple example:
|
//! A simple example:
|
||||||
//!
|
//!
|
||||||
@@ -84,7 +84,7 @@ namespace irrklang
|
|||||||
//! to call drop(). This will destroy the object, if grab() was not called
|
//! to call drop(). This will destroy the object, if grab() was not called
|
||||||
//! in another part of you program, because this part still needs the object.
|
//! in another part of you program, because this part still needs the object.
|
||||||
//! Note, that you only don't need to call drop() for all objects you receive, it
|
//! Note, that you only don't need to call drop() for all objects you receive, it
|
||||||
//! will be explicitely noted in the documentation.
|
//! will be explicitly noted in the documentation.
|
||||||
//!
|
//!
|
||||||
//! A simple example:
|
//! A simple example:
|
||||||
//!
|
//!
|
||||||
|
|||||||
Reference in New Issue
Block a user