mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Some code changed with Clang-Tidy
This commit is contained in:
@@ -2898,10 +2898,7 @@ void CSharpScript::update_exports() {
|
||||
}
|
||||
|
||||
bool CSharpScript::has_script_signal(const StringName &p_signal) const {
|
||||
if (_signals.has(p_signal))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
return _signals.has(p_signal);
|
||||
}
|
||||
|
||||
void CSharpScript::get_script_signal_list(List<MethodInfo> *r_signals) const {
|
||||
|
||||
Reference in New Issue
Block a user