Skip to content

Commit

Permalink
WorldInfo: addWall is no more a method
Browse files Browse the repository at this point in the history
  • Loading branch information
atupone committed Dec 10, 2024
1 parent 6089084 commit c71893f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bzfs/WorldInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class WorldInfo
void setSize ( float x, float y );
void setGravity ( float g );

void addWall(float x, float y, float z, float r, float w, float h);
void addLink(int from, int to);
void addLink(const std::string& from, const std::string& to);

Expand Down

0 comments on commit c71893f

Please sign in to comment.