Fixed selection crashing when brick is removed due to physics

This commit is contained in:
Vulpovile
2022-10-03 07:42:24 -07:00
parent 7b6cab626e
commit 7f5ab0df7f
5 changed files with 41 additions and 7 deletions

View File

@@ -40,4 +40,12 @@ FONT 8, "Ms Shell Dlg"
// Icon resources
//
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_CAN
IDI_ICON1 ICON "FatB3dIcon.ico"
IDI_ICON1 ICON "FatB3dIcon.ico"
//
// Manifest resources
//
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
2 RT_MANIFEST ".\\manifest.xml"