brianzinn Posted July 30, 2017 Share Posted July 30, 2017 If I look in docs: https://doc.babylonjs.com/classes/3.0/engine It's undefined. When I look at the source code it looks like it should be removed: https://github.com/BabylonJS/Babylon.js/blob/master/src/babylon.engine.ts#L546 Just trying to disable manifest loading - old documentation seems to not apply? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted July 31, 2017 Share Posted July 31, 2017 This should work you can just set it to false Quote Link to comment Share on other sites More sharing options...
brianzinn Posted July 31, 2017 Author Share Posted July 31, 2017 I am getting typescript compile errors that seem to agree with the source code. TS2322: Type 'false' is not assignable to type 'typeof Database'. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted July 31, 2017 Share Posted July 31, 2017 ok I'll fix that (cast it to any in the meantime) brianzinn 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.