Add override keywords.
This commit is contained in:
parent
ad9e5ae984
commit
26fcf2b04c
351 changed files with 4123 additions and 4146 deletions
|
|
@ -315,7 +315,7 @@ protected:
|
|||
}
|
||||
|
||||
public:
|
||||
virtual void init() {
|
||||
virtual void init() override {
|
||||
RenderingServer *vs = RenderingServer::get_singleton();
|
||||
PhysicsServer2D *ps = PhysicsServer2D::get_singleton();
|
||||
|
||||
|
|
@ -389,10 +389,10 @@ public:
|
|||
//_add_plane(Vector2(-1,0).normalized(),-600);
|
||||
}
|
||||
|
||||
virtual bool idle(float p_time) {
|
||||
virtual bool idle(float p_time) override {
|
||||
return false;
|
||||
}
|
||||
virtual void finish() {
|
||||
virtual void finish() override {
|
||||
}
|
||||
|
||||
TestPhysics2DMainLoop() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue