瀏覽代碼

Rename Variant custom type strings.

Eugene Kozlov 8 年之前
父節點
當前提交
7b60ab1724
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Source/Urho3D/Core/Variant.cpp

+ 2 - 2
Source/Urho3D/Core/Variant.cpp

@@ -67,8 +67,8 @@ static const char* typeNames[] =
     "Rect",
     "Rect",
     "IntVector3",
     "IntVector3",
     "Int64",
     "Int64",
-    "CustomPtr",
-    "Custom",
+    "CustomHeap",
+    "CustomStack",
     nullptr
     nullptr
 };
 };