diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2016-01-02 17:56:45 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2016-01-02 17:56:45 -0300 |
| commit | 61745855d0bb309cb0ebcd2d92fc15f7f6fb1840 (patch) | |
| tree | 15eee761fc6fb6cbe13307056a8833a3644e410d /modules/gdscript/gd_tokenizer.h | |
| parent | 2db78e8f87fc208711bf8625fcb679723ce46fb7 (diff) | |
| download | redot-engine-61745855d0bb309cb0ebcd2d92fc15f7f6fb1840.tar.gz | |
PI is now a built-in constant, fixes #2134
Diffstat (limited to 'modules/gdscript/gd_tokenizer.h')
| -rw-r--r-- | modules/gdscript/gd_tokenizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_tokenizer.h b/modules/gdscript/gd_tokenizer.h index bbd1ec5b72..aaff573090 100644 --- a/modules/gdscript/gd_tokenizer.h +++ b/modules/gdscript/gd_tokenizer.h @@ -119,6 +119,7 @@ public: TK_QUESTION_MARK, TK_COLON, TK_NEWLINE, + TK_CONST_PI, TK_ERROR, TK_EOF, TK_CURSOR, //used for code completion |
