Overlay FrameUpdate is now protected internal.

This commit is contained in:
Víctor Aguilera Puerto
2020-07-14 23:44:16 +02:00
parent ce89b7c93d
commit 21d18731ba
+1 -1
View File
@@ -76,7 +76,7 @@ namespace Robust.Client.Graphics.Overlays
_isDirty = true;
}
public virtual void FrameUpdate(FrameEventArgs args)
protected internal virtual void FrameUpdate(FrameEventArgs args)
{
}