1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-14 21:56:36 +00:00

pressing enter for newline

This commit is contained in:
Kuyondo 2025-07-08 05:02:53 +08:00
parent 0c4af81a69
commit f87d6818b7

View file

@ -18,4 +18,4 @@ function M.normalizeAngle(angle)
return (fullTurns - math.floor(fullTurns) - 0.5) * (2 * math.pi)
end
return M
return M