mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:28:59 +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
|
||||
* 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
|
||||
* has "normal" and "highlight" layers.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue