mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Initialize class/struct variables with default values in core/ and drivers/
This commit is contained in:
@@ -112,5 +112,4 @@ void AESContext::_bind_methods() {
|
||||
}
|
||||
|
||||
AESContext::AESContext() {
|
||||
mode = MODE_MAX;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user