The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Bug in cardynamics.cpp LoadWheel code - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7) +--- Thread: Bug in cardynamics.cpp LoadWheel code (/showthread.php?tid=1536) |
Bug in cardynamics.cpp LoadWheel code - LBodnar - 07-30-2011 Code: if (!cfg.get("mass", mass) && !cfg.get("inertia", inertia)) If the "mass" parameter is present in .car file then second part of the if() statement will not be evaluated and inertia = 0 even if present in .car file. - NaN - 07-31-2011 Fixed, thanks. |