diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-18 14:21:02 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-18 14:40:34 +0200 |
commit | 6c78170d8c81b0e4b66fc352472576bcf334138d (patch) | |
tree | 3108df5c744323e44f5ff256147d4ff0021fc473 /thirdparty/rvo2/API.h | |
parent | 26393cc0370bc4d7800ba29290e18367d256da67 (diff) |
rvo2: Re-sync with upstream, properly document Godot-specific changes
Still tracking the `v1.0.1` tag for now, just reverting all the unnecessary
style changes that created a diff with upstream.
Diffstat (limited to 'thirdparty/rvo2/API.h')
-rw-r--r-- | thirdparty/rvo2/API.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/thirdparty/rvo2/API.h b/thirdparty/rvo2/API.h index c64efb452c..9d424a661b 100644 --- a/thirdparty/rvo2/API.h +++ b/thirdparty/rvo2/API.h @@ -38,8 +38,6 @@ #ifndef RVO_API_H_ #define RVO_API_H_ -// -- GODOT start -- #define RVO_API -// -- GODOT end -- #endif /* RVO_API_H_ */ |