diff options
| author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-08-28 00:19:51 +0300 |
|---|---|---|
| committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-10-01 15:13:29 +0300 |
| commit | 0c0b5c84b06e64de6cab301994ac9cd1f845dd35 (patch) | |
| tree | 9b0ea4d9718fe694b2b22d9e09a66b32db8c2cb9 /modules/gdnative/SCsub | |
| parent | 06c1b40b84645b4460dd49d95694a7779d636f92 (diff) | |
| download | redot-engine-0c0b5c84b06e64de6cab301994ac9cd1f845dd35.tar.gz | |
Implement TextServer GDExtension interface, remove TextServer GDNative interface.
Diffstat (limited to 'modules/gdnative/SCsub')
| -rw-r--r-- | modules/gdnative/SCsub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdnative/SCsub b/modules/gdnative/SCsub index 94bda04d12..f7f21a433e 100644 --- a/modules/gdnative/SCsub +++ b/modules/gdnative/SCsub @@ -18,7 +18,6 @@ Export("env_gdnative") SConscript("pluginscript/SCsub") SConscript("videodecoder/SCsub") -SConscript("text/SCsub") import gdnative_builders |
