Skip to content

Commit aaddb35

Browse files
Small correction in missing custom entity warning.
1 parent 4116eb8 commit aaddb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/CBRE.Editor/Documents/Document.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public Document(string mapFile, Map map, Game game)
116116
if (allEntities.Any(x => x.GameData == null))
117117
{
118118
MessageBox.Show("CBRE-EX has found some unknown entities in this map file.\n" +
119-
"They will not be exported, and they will appear as a pink cube in the 3D viewport.\n" +
119+
"They will not be exported, and they will appear as a small colored cube in the 3D viewport.\n" +
120120
"Please, ask the creator of this map for the appropriate JSON files for this map.",
121121
"Warning!",
122122
MessageBoxButtons.OK, MessageBoxIcon.Warning);

0 commit comments

Comments
 (0)