mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Replaced tab to spaces in do-while description (#2703)
Replaced tab to spaces in do-while description
This commit is contained in:
@@ -341,10 +341,10 @@ Godot Shading language supports the most common types of flow control:
|
||||
|
||||
}
|
||||
|
||||
// do while
|
||||
do {
|
||||
// do while
|
||||
do {
|
||||
|
||||
} while(true);
|
||||
} while(true);
|
||||
|
||||
Keep in mind that, in modern GPUs, an infinite loop can exist and can freeze your application (including editor).
|
||||
Godot can't protect you from this, so be careful not to make this mistake!
|
||||
|
||||
Reference in New Issue
Block a user