Fixed pathing to css
This commit is contained in:
parent
5b806289ce
commit
c25969dd94
|
@ -12,7 +12,7 @@ export default class Stats {
|
|||
tS = new threeStats(this.renderer.threeRenderer);
|
||||
|
||||
rS = new rStats({
|
||||
CSSPath: './assets/css/',
|
||||
CSSPath: './css/',
|
||||
userTimingAPI: true,
|
||||
values: {
|
||||
frame: { caption: 'Total frame time (ms)', over: 16, average: true, avgMs: 100 },
|
||||
|
|
Loading…
Reference in New Issue