mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Merge pull request #8505 from pseidemann/patch-2
add missing override modifier for _process()
This commit is contained in:
@@ -181,7 +181,7 @@ GDExtension node we'll be creating. We will name it ``gdexample.h``:
|
||||
GDExample();
|
||||
~GDExample();
|
||||
|
||||
void _process(double delta);
|
||||
void _process(double delta) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user