mirror of
https://github.com/ppy/osu
synced 2024-12-25 16:22:23 +00: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
|
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]
|
[HeadlessTest]
|
||||||
public partial class TestSceneCatchUpSyncManager : OsuTestScene
|
public partial class TestSceneCatchUpSyncManager : OsuTestScene
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user