mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-14 10:25:27 +00:00
Misc. typos
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
This commit is contained in:
@@ -294,7 +294,7 @@ void VisualServerViewport::draw_viewports() {
|
||||
arvr_interface->commit_for_eye(ARVRInterface::EYE_RIGHT, vp->render_target, vp->viewport_to_screen_rect);
|
||||
}
|
||||
|
||||
// and for our frame timing, mark when we've finished commiting our eyes
|
||||
// and for our frame timing, mark when we've finished committing our eyes
|
||||
ARVRServer::get_singleton()->_mark_commit();
|
||||
} else {
|
||||
VSG::rasterizer->set_current_render_target(vp->render_target);
|
||||
|
||||
Reference in New Issue
Block a user