Audaspace: Fix typo in speed of sound initialization value by lordloki (Jorge Bernal)
This commit is contained in:
@@ -2588,7 +2588,7 @@ Device_set_listener_orientation(Device *self, PyObject *args, void* nothing)
|
||||
|
||||
PyDoc_STRVAR(M_aud_Device_speed_of_sound_doc,
|
||||
"The speed of sound of the device.\n"
|
||||
"The speed of sound in air is typically 343 m/s.");
|
||||
"The speed of sound in air is typically 343.3 m/s.");
|
||||
|
||||
static PyObject *
|
||||
Device_get_speed_of_sound(Device *self, void* nothing)
|
||||
|
||||
Reference in New Issue
Block a user