Skip to content

Commit

Permalink
Merge pull request #2 from Arsenic-ATG/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo in sand_simulations.cpp.
  • Loading branch information
kiwijuice56 authored Jan 12, 2023
2 parents 06f249e + 65882df commit 61706fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/src/sand_simulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ using namespace godot;

SandSimulation::SandSimulation() {
// Each element has a single object instance so that the program
// can use polymorphism rather than explicity stating which method
// can use polymorphism rather than explicitly stating which method
// is called for each element type

// The order in the vector is arbitrary, but it must match the list order in main.gd
Expand Down Expand Up @@ -489,4 +489,4 @@ void SandSimulation::_bind_methods() {
ClassDB::bind_method(D_METHOD("set_chunk_size"), &SandSimulation::set_chunk_size);

ClassDB::bind_method(D_METHOD("clean_up"), &SandSimulation::clean_up);
}
}

0 comments on commit 61706fe

Please sign in to comment.