mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Fix 'of of' doc typos
This commit is contained in:
parent
464cd5fc8b
commit
5758fdf8f5
@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Create the Box by giving a Center and distances of of each of the sides of
|
||||
* Create the Box by giving a Center and distances of each of the sides of
|
||||
* box from the Center.
|
||||
*/
|
||||
INLINE CollisionBox::
|
||||
|
@ -213,7 +213,7 @@ make_default() {
|
||||
/**
|
||||
* Returns the basic operation type of the ClipPlaneAttrib. If this is O_set,
|
||||
* the planes listed here completely replace any planes that were already on.
|
||||
* If this is O_add, the planes here are added to the set of of planes that
|
||||
* If this is O_add, the planes here are added to the set of planes that
|
||||
* were already on, and if O_remove, the planes here are removed from the set
|
||||
* of planes that were on.
|
||||
*
|
||||
|
@ -257,7 +257,7 @@ make_default() {
|
||||
/**
|
||||
* Returns the basic operation type of the LightAttrib. If this is O_set, the
|
||||
* lights listed here completely replace any lights that were already on. If
|
||||
* this is O_add, the lights here are added to the set of of lights that were
|
||||
* this is O_add, the lights here are added to the set of lights that were
|
||||
* already on, and if O_remove, the lights here are removed from the set of
|
||||
* lights that were on.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user