Code cleanup.
This commit is contained in:
@@ -27,11 +27,11 @@ namespace Cryville.Crtr {
|
||||
TransformAwake(s);
|
||||
}
|
||||
}
|
||||
public override void StartPreGraphicalUpdate(ContainerState s) {
|
||||
protected override void StartPreGraphicalUpdate(ContainerState s) {
|
||||
base.StartPreGraphicalUpdate(s);
|
||||
TransformAwake(s);
|
||||
}
|
||||
public override void StartGraphicalUpdate(ContainerState s) {
|
||||
protected override void StartGraphicalUpdate(ContainerState s) {
|
||||
base.StartGraphicalUpdate(s);
|
||||
if (gogroup) {
|
||||
TransformAwake(s);
|
||||
@@ -105,7 +105,7 @@ namespace Cryville.Crtr {
|
||||
spos = bpos - GetCurrentWorldPoint();
|
||||
}
|
||||
|
||||
public override void EndGraphicalUpdate(ContainerState s) {
|
||||
protected override void EndGraphicalUpdate(ContainerState s) {
|
||||
base.EndGraphicalUpdate(s);
|
||||
EndUpdatePosition(s);
|
||||
var p = GetCurrentWorldPoint();
|
||||
|
||||
Reference in New Issue
Block a user