diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-07-25 18:17:08 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-07-25 18:17:08 +0200 |
| commit | 14f7a07124000facfc83f3c653ad90a76eee6ef3 (patch) | |
| tree | f9c78db8dd8d7b3663ef19990c588814dc0cea11 | |
| parent | 9846303aad571b9b9a17fc74370c95e0ca8f93a9 (diff) | |
gen_odin.py: don't remap sgl_rad() and sgl_deg()
| -rw-r--r-- | bindgen/gen_odin.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bindgen/gen_odin.py b/bindgen/gen_odin.py index e6668c01..8b479557 100644 --- a/bindgen/gen_odin.py +++ b/bindgen/gen_odin.py @@ -85,8 +85,6 @@ ignores = [ overrides = { 'context': 'ctx', # reserved keyword 'sapp_sgcontext': 'sapp_sgctx', - 'sgl_deg': 'sgl_as_degrees', - 'sgl_rad': 'sgl_as_radians', 'sg_context_desc.color_format': 'int', 'sg_context_desc.depth_format': 'int', 'SGL_NO_ERROR': 'SGL_ERROR_NO_ERROR', |