Procházet zdrojové kódy

Fix C# code label in Multimesh example (#5008)

hpnrep6 před 4 roky
rodič
revize
c4e48d5ba0
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      tutorials/optimization/using_multimesh.rst

+ 2 - 1
tutorials/optimization/using_multimesh.rst

@@ -72,7 +72,8 @@ efficient for millions of objects, but for a few thousands, GDScript should be f
         for i in multimesh.visible_instance_count:
             multimesh.set_instance_transform(i, Transform(Basis(), Vector3(i * 20, 0, 0)))
 
- .. code-tab:: csharp
+ .. code-tab:: csharp C#
+ 
     using Godot;
     using System;