mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 11:38:02 +02:00
Fixed generic interference with generic tuples
This commit is contained in:
parent
7e947265da
commit
79c9f5d818
6 changed files with 41 additions and 26 deletions
|
@ -65,7 +65,7 @@ namespace IDE.ui
|
|||
MarkDirty();
|
||||
}
|
||||
|
||||
void SelectPlatform(String platformName)
|
||||
public void SelectPlatform(String platformName)
|
||||
{
|
||||
mPlatformComboBox.Label = platformName;
|
||||
gApp.mPlatformName.Set(platformName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue