|
|
@ -143,7 +143,7 @@ namespace Fungus |
|
|
|
public void DrawItem(Rect position, int index) |
|
|
|
public void DrawItem(Rect position, int index) |
|
|
|
{ |
|
|
|
{ |
|
|
|
Command command = this[index].objectReferenceValue as Command; |
|
|
|
Command command = this[index].objectReferenceValue as Command; |
|
|
|
|
|
|
|
|
|
|
|
if (command == null) |
|
|
|
if (command == null) |
|
|
|
{ |
|
|
|
{ |
|
|
|
return; |
|
|
|
return; |
|
|
|