Just fixing an indent.

This commit is contained in:
Paul Speed 2015-11-17 01:46:38 -05:00
parent 31cab674b3
commit cde35a005a

View File

@ -195,7 +195,7 @@ public class Node extends Spatial {
void invalidateUpdateList() {
updateListValid = false;
if ( parent != null ) {
parent.invalidateUpdateList();
parent.invalidateUpdateList();
}
}