Format sources with clangd
This commit is contained in:
parent
ea634491de
commit
17680c2288
3 changed files with 31 additions and 29 deletions
|
|
@ -3,18 +3,15 @@
|
|||
|
||||
using namespace godot;
|
||||
|
||||
void MarshConnector::_bind_methods() {
|
||||
}
|
||||
void MarshConnector::_bind_methods() {}
|
||||
|
||||
MarshConnector::MarshConnector() {
|
||||
// Initialize any variables here.
|
||||
time_passed = 0.0;
|
||||
// Initialize any variables here.
|
||||
time_passed = 0.0;
|
||||
}
|
||||
|
||||
MarshConnector::~MarshConnector() {
|
||||
// Add your cleanup here.
|
||||
// Add your cleanup here.
|
||||
}
|
||||
|
||||
void MarshConnector::_process(double delta) {
|
||||
time_passed += delta;
|
||||
}
|
||||
void MarshConnector::_process(double delta) { time_passed += delta; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue