1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 01:37:59 +02:00

Fixed spelling mistake

This commit is contained in:
Brian Fiete 2020-02-08 06:12:04 -08:00
parent ca668bf0fe
commit 7ad6df2c6e
17 changed files with 26 additions and 26 deletions

View file

@ -38,7 +38,7 @@ namespace IDE.ui
}
public Project mProject;
Dictionary<String, ValueContainer<bool>> mDependencyValuesMap ~ DeleteDictionyAndKeysAndItems!(_);
Dictionary<String, ValueContainer<bool>> mDependencyValuesMap ~ DeleteDictionaryAndKeysAndItems!(_);
Project.Options[] mCurProjectOptions ~ delete _;
float mLockFlashPct;
public int32 mNewDebugSessionCountdown;