]> git.lizzy.rs Git - irrlicht.git/commit
Prefer static_cast to reinterpret_cast where possible.
authorcutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>
Sat, 8 Jan 2022 18:22:20 +0000 (18:22 +0000)
committersfan5 <sfan5@live.de>
Wed, 9 Feb 2022 18:05:49 +0000 (19:05 +0100)
commit684293f5274a6b80b1596f4ea1189d702a0fcb2b
tree6879caf38cc884f27bc2cc87787987261e83a096
parent1b8be72ccb175f2c610bfb1bf586a289e534578d
Prefer static_cast to reinterpret_cast where possible.
Just safer. Could probably do in a lot more places... another time.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6293 dfc29bdd-3216-0410-991c-e03cc46cb475
include/CMeshBuffer.h
source/Irrlicht/CAnimatedMeshSceneNode.cpp
source/Irrlicht/CIrrDeviceWin32.cpp