Code cleanup.

This commit is contained in:
2023-02-17 18:11:04 +08:00
parent 9c08cbf0d2
commit f91aacd78e
3 changed files with 9 additions and 9 deletions

View File

@@ -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();
}