You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix more issues found by cppcheck.
This commit is contained in:
@@ -55,7 +55,7 @@ protected:
|
||||
Vector<Face3> geometry;
|
||||
|
||||
bool _generate(Vector<Vector3> &points, Vector<Vector3> &normals);
|
||||
virtual void _generate_emission_points() = 0;
|
||||
virtual void _generate_emission_points(){};
|
||||
void _node_selected(const NodePath &p_path);
|
||||
|
||||
static void _bind_methods();
|
||||
|
||||
Reference in New Issue
Block a user