louis-langholtz / PlayRho

An interactive physics engine & library.
zlib License
133 stars 24 forks source link

Avoids deprecated warnings in Testbed by switching to to_underlying #439

Closed louis-langholtz closed 1 year ago

louis-langholtz commented 1 year ago

Description - What's this PR do?

Avoids deprecated warnings in Testbed by switching to to_underlying.

Related Issues