Commit b6acd2b1 authored by SherryChaos's avatar SherryChaos

fix non-pendulum-text card detail bug

parent 3120b02e
...@@ -173,6 +173,9 @@ namespace MDPro3 ...@@ -173,6 +173,9 @@ namespace MDPro3
string TextForDetail(string text) string TextForDetail(string text)
{ {
if(string.IsNullOrEmpty(text))
text = string.Empty;
if (Config.Get("Language", "zh-CN") != "en-US" if (Config.Get("Language", "zh-CN") != "en-US"
|| Config.Get("Language", "zh-CN") != "es-ES") || Config.Get("Language", "zh-CN") != "es-ES")
{ {
......
...@@ -135,8 +135,7 @@ PlayerSettings: ...@@ -135,8 +135,7 @@ PlayerSettings:
16:9: 1 16:9: 1
Others: 1 Others: 1
bundleVersion: 1.0.1 bundleVersion: 1.0.1
preloadedAssets: preloadedAssets: []
- {fileID: 11400000, guid: 5fb02d2098f52054b89ce4a9f63ba9ee, type: 2}
metroInputSource: 0 metroInputSource: 0
wsaTransparentSwapchain: 0 wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1 m_HolographicPauseOnTrackingLoss: 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment