You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix various typos not caught by codespell
Revert upstream `core/input/gamecontrollerdb.txt`. Upstream fix: https://github.com/gabomdq/SDL_GameControllerDB/pull/600
This commit is contained in:
@@ -3710,7 +3710,7 @@ void GI::process_gi(RID p_render_buffers, const RID *p_normal_roughness_slices,
|
||||
// Now compute the contents of our buffers.
|
||||
RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin(true);
|
||||
|
||||
// Render each eye seperately.
|
||||
// Render each eye separately.
|
||||
// We need to look into whether we can make our compute shader use Multiview but not sure that works or makes a difference..
|
||||
|
||||
// setup our push constant
|
||||
|
||||
Reference in New Issue
Block a user