You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix various typos
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inh,inout,leapyear,lod,nd,numer,ois,ony,paket,ro,seeked,sinc,switchs,te,uint,varn,vew`
This commit is contained in:
@@ -3416,7 +3416,7 @@ void DisplayServerX11::process_events() {
|
||||
|
||||
if (mouse_mode_grab) {
|
||||
for (const KeyValue<WindowID, WindowData> &E : windows) {
|
||||
//dear X11, I try, I really try, but you never work, you do whathever you want.
|
||||
//dear X11, I try, I really try, but you never work, you do whatever you want.
|
||||
if (mouse_mode == MOUSE_MODE_CAPTURED) {
|
||||
// Show the cursor if we're in captured mode so it doesn't look weird.
|
||||
XUndefineCursor(x11_display, E.value.x11_window);
|
||||
|
||||
Reference in New Issue
Block a user