mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 14:52:35 +02:00
Overlay FrameUpdate is now protected internal.
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Robust.Client.Graphics.Overlays
|
||||
_isDirty = true;
|
||||
}
|
||||
|
||||
public virtual void FrameUpdate(FrameEventArgs args)
|
||||
protected internal virtual void FrameUpdate(FrameEventArgs args)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user