From 1a586f8156a101d01eb22cd0a844db468c3f8319 Mon Sep 17 00:00:00 2001 From: Sasha Szpakowski Date: Mon, 6 Feb 2023 20:48:43 -0400 Subject: [PATCH] small changelog fix --- changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index 3b725caf6..5df0d1d09 100644 --- a/changes.txt +++ b/changes.txt @@ -96,7 +96,7 @@ Released: N/A * Changed audio file decoding to choose the most appropriate decoder based on file contents instead of the file extension. * Changed Videos to stream audio from the file instead of loading all the video file into memory for use with audio decoding. * Changed love.filesystem.exists to no longer be deprecated. -* Changed RevoluteJoint:getMotorTorque and MotorJoint:getMotorTorque to take 'dt' as a parameter instead of 'inverse_dt'. +* Changed RevoluteJoint:getMotorTorque and WheelJoint:getMotorTorque to take 'dt' as a parameter instead of 'inverse_dt'. * Changed love.math.perlinNoise and simplexNoise to use higher precision numbers for its internal calculations. * Changed t.accelerometerjoystick startup flag in love.conf to unset by default.