Added Bone Info Functions

* Added functions to get info on bones
* Fixed ColorKey() flipping images if color is not -1
This commit is contained in:
n00b87
2026-01-27 23:56:30 -06:00
parent a2c4eba1e2
commit 61e55f72f6
9 changed files with 514 additions and 291 deletions

View File

@@ -526,7 +526,7 @@ bool rc_update()
if(!manual_render_control)
VideoDriver->beginScene(true, true);
if(!hasPreUpdated)
if(rc_physics3D.enabled && (!hasPreUpdated))
{
//rc_physics3D.DeltaTime = device->getTimer()->getTime() - rc_physics3D.TimeStamp;
//rc_physics3D.TimeStamp = device->getTimer()->getTime();