improved debug color
This commit is contained in:
@@ -54,7 +54,7 @@ public class Chunk {
|
||||
if (toAddElements.Count > 0) {
|
||||
foreach (Element addElement in toAddElements) {
|
||||
activeElements.Add(addElement);
|
||||
addElement.SetDebugColor(Colors.Green);
|
||||
addElement.SetDebugColor(addElement.Color * 1.5f);
|
||||
}
|
||||
toAddElements.Clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user