BabylonJS / Spector.js

Explore and Troubleshoot your WebGL scenes with ease.

Home Page:http://spector.babylonjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome Console: Warning invalid enum value of type PredefinedColorSpace

kinglycodes opened this issue · comments

Installed the chrome extension today from the actual repo.
When I inpsect a THREE.js scene I get this warning:

The provided value 'function(){var t=c.now,n=y.executeOriginFunction(e.spiedCommandRunningContext,e.spiedCommandName,arguments),i=c.now,r={name:e.spiedCommandName,arguments,result:n,startTime:t,endTime:i};return e.callback(e,r),n}' is not a valid enum value of type PredefinedColorSpace.

The warning seems to come for every object I have in the scene.
I don't want to disable all warnings completely.

How can I get rid of this warning?

Thanks a lot for reporting !!!