Code cleanup.
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Cryville.Crtr {
|
||||
TransformAwake(s);
|
||||
}
|
||||
}
|
||||
public override void StartGraphicalUpdate(ContainerState s) {
|
||||
protected override void StartGraphicalUpdate(ContainerState s) {
|
||||
base.StartGraphicalUpdate(s);
|
||||
TransformAwake(s);
|
||||
if (gogroup) {
|
||||
@@ -127,7 +127,7 @@ namespace Cryville.Crtr {
|
||||
else base.Update(s, ev);
|
||||
}
|
||||
|
||||
public override void EndGraphicalUpdate(ContainerState s) {
|
||||
protected override void EndGraphicalUpdate(ContainerState s) {
|
||||
if (gogroup) {
|
||||
foreach (var i in sgos) i.Seal();
|
||||
}
|
||||
|
Reference in New Issue
Block a user