We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f108846 commit 41bb5c1Copy full SHA for 41bb5c1
Demo/Ranking/Assets/RankDemo/Ranking.cs
@@ -83,7 +83,7 @@ void InitOpenDataContext()
83
{
84
if (openDataContext == null)
85
86
- WXOpenDataContext openDataContext = WX.GetOpenDataContext(new OpenDataContextOption
+ openDataContext = WX.GetOpenDataContext(new OpenDataContextOption
87
88
sharedCanvasMode = selectedCanvasType
89
});
0 commit comments