test: add TEST-MIRROR pointer to Build-Suite MigrationLogic
This commit is contained in:
@@ -349,6 +349,8 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TEST-MIRROR: Hellion Build test/_Helpers/MigrationLogic.cs (local-only repo)
|
||||||
|
// If you change the formula here, change the mirror — tests assert the contract.
|
||||||
if (oldWindowAlpha != 100f
|
if (oldWindowAlpha != 100f
|
||||||
&& Math.Abs(Config.WindowOpacity - 0.85f) < 0.001f)
|
&& Math.Abs(Config.WindowOpacity - 0.85f) < 0.001f)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user