MageFlight / merlin-game-engine

GNU General Public License v3.0
1 stars 0 forks source link

Update logs in physics.ts to use internalLog #13

Closed MageFlight closed 1 year ago

MageFlight commented 1 year ago

Update all of the logs in physics.ts to use internalLog(). internalLog() should be used as the logging method in all logs created inside of the engine. This lets the alowInternalLog option to work properly.