Fix typos
This commit is contained in:
parent
55eb0cf0d2
commit
5b37f4bcd4
8 changed files with 25 additions and 26 deletions
|
|
@ -73,7 +73,7 @@ export class WebGlStopwatch {
|
|||
return this.state == StopwatchState.waitingForResults;
|
||||
}
|
||||
|
||||
public get resultsInMilliSeconds(): number {
|
||||
public get resultsInMilliseconds(): number {
|
||||
return this.resultsInNanoSeconds! / 1000 / 1000;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue