mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
Add note about test not calling ProcessFrame
This commit is contained in:
parent
bf08fbe196
commit
3cb928fe6f
@ -15,6 +15,9 @@ using osu.Game.Tests.Visual;
|
||||
|
||||
namespace osu.Game.Tests.OnlinePlay
|
||||
{
|
||||
// NOTE: This test scene never calls ProcessFrame on clocks.
|
||||
// The current tests are fine without this as they are testing very static scenarios, but it's worth knowing
|
||||
// if adding further tests to this class.
|
||||
[HeadlessTest]
|
||||
public partial class TestSceneCatchUpSyncManager : OsuTestScene
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user