Fixed pathing to css

This commit is contained in:
Paul Graffam 2019-01-29 16:54:39 -05:00
parent 5b806289ce
commit c25969dd94
1 changed files with 1 additions and 1 deletions

View File

@ -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 },