You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
clang-format: Various fixes to comments alignment from clang-format 13
All reviewed manually and occasionally rewritten to avoid bad auto formatting.
This commit is contained in:
@@ -1249,10 +1249,10 @@ void main() {
|
||||
// LIGHTING
|
||||
#if !defined(MODE_RENDER_DEPTH) && !defined(MODE_UNSHADED)
|
||||
|
||||
{ //directional light
|
||||
{ // Directional light.
|
||||
|
||||
// Do shadow and lighting in two passes to reduce register pressure.
|
||||
#ifndef SHADOWS_DISABLED
|
||||
// Do shadow and lighting in two passes to reduce register pressure
|
||||
uint shadow0 = 0;
|
||||
uint shadow1 = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user