You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix typos with codespell
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
This commit is contained in:
@@ -310,7 +310,7 @@ void GLManager_X11::swap_buffers() {
|
||||
return;
|
||||
}
|
||||
|
||||
// On X11, when enabled, transparancy is always active, so clear alpha manually.
|
||||
// On X11, when enabled, transparency is always active, so clear alpha manually.
|
||||
if (OS::get_singleton()->is_layered_allowed()) {
|
||||
if (!DisplayServer::get_singleton()->window_get_flag(DisplayServer::WINDOW_FLAG_TRANSPARENT, _current_window->window_id)) {
|
||||
glColorMask(false, false, false, true);
|
||||
|
||||
Reference in New Issue
Block a user