diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-06-18 11:34:06 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-06-18 11:34:10 +0200 |
commit | dfa5f88c11b9aaf5c63152ff0181d58aaf69cd3c (patch) | |
tree | 9f7d3912cb3942d2432d7bc34cc632107331e530 | |
parent | e9288ed0fbc09bfff3f06a6c689437f86cafe944 (diff) |
doc: Fix rebase error from #39589
-rw-r--r-- | doc/classes/Texture.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/classes/Texture.xml b/doc/classes/Texture.xml index 41eb6c177b..e19d611ea9 100644 --- a/doc/classes/Texture.xml +++ b/doc/classes/Texture.xml @@ -1,14 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="Texture" inherits="Resource" version="4.0"> <brief_description> - The global C# namespace (Mono-enabled builds only). </brief_description> <description> - This class represents the global C# namespace. It is the C# equivalent of [@GDScript] and is only available in Mono-enabled builds. - See also [CSharpScript] and [GodotSharp]. </description> <tutorials> - <link>https://docs.godotengine.org/en/latest/getting_started/scripting/c_sharp/index.html</link> </tutorials> <methods> </methods> |