You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix Steam input "crc" errors, and some other Coverity reports of uninitialized scalar variable
- Fixes #88630. - Fixes #92578.
This commit is contained in:
@@ -236,7 +236,7 @@ struct ReferenceContext {
|
||||
/**
|
||||
* Include the declaration of the current symbol.
|
||||
*/
|
||||
bool includeDeclaration;
|
||||
bool includeDeclaration = false;
|
||||
};
|
||||
|
||||
struct ReferenceParams : TextDocumentPositionParams {
|
||||
|
||||
Reference in New Issue
Block a user