Style: Fix statements ending with ';;'
This commit is contained in:
@ -179,7 +179,7 @@ int Physics2DShapeQueryParameters::get_object_type_mask() const{
|
||||
}
|
||||
void Physics2DShapeQueryParameters::set_exclude(const Vector<RID>& p_exclude) {
|
||||
|
||||
exclude.clear();;
|
||||
exclude.clear();
|
||||
for(int i=0;i<p_exclude.size();i++)
|
||||
exclude.insert(p_exclude[i]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user