mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 05:23:09 +02:00
fixed typo in comments
This commit is contained in:
parent
a5b10cc51e
commit
891d52909e
2 changed files with 2 additions and 2 deletions
|
@ -450,7 +450,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A controller in made up of parts, and each part can have multiple "layers,"
|
* A controller is made up of parts, and each part can have multiple "layers,"
|
||||||
* which are really just different texures. For example, the "trigger" part
|
* which are really just different texures. For example, the "trigger" part
|
||||||
* has "normal" and "highlight" layers.
|
* has "normal" and "highlight" layers.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -118,7 +118,7 @@ function findEntitiesWithTag(tag) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A controller in made up of parts, and each part can have multiple "layers,"
|
* A controller is made up of parts, and each part can have multiple "layers,"
|
||||||
* which are really just different texures. For example, the "trigger" part
|
* which are really just different texures. For example, the "trigger" part
|
||||||
* has "normal" and "highlight" layers.
|
* has "normal" and "highlight" layers.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue