mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix typos and en_US/en_GB inconsistency in various files (#12902)
This commit is contained in:
parent
6191bafcad
commit
d1b80b462e
84 changed files with 134 additions and 134 deletions
|
@ -739,7 +739,7 @@ void TouchScreenGUI::translateEvent(const SEvent &event)
|
|||
/*
|
||||
* Add to own copy of event list...
|
||||
* android would provide this information but Irrlicht guys don't
|
||||
* wanna design a efficient interface
|
||||
* wanna design an efficient interface
|
||||
*/
|
||||
id_status toadd{};
|
||||
toadd.id = event.TouchInput.ID;
|
||||
|
@ -848,7 +848,7 @@ void TouchScreenGUI::translateEvent(const SEvent &event)
|
|||
s32 dy = Y - m_pointerpos[event.TouchInput.ID].Y;
|
||||
m_pointerpos[event.TouchInput.ID] = v2s32(X, Y);
|
||||
|
||||
// adapt to similar behaviour as pc screen
|
||||
// adapt to similar behavior as pc screen
|
||||
const double d = g_settings->getFloat("mouse_sensitivity", 0.001f, 10.0f) * 3.0f;
|
||||
|
||||
m_camera_yaw_change -= dx * d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue