浏览代码

Fix DebugOverflowIndicator abstract -> static.

/main
Yuncong Zhang 6 年前
当前提交
cc2699b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/rendering/debug_overflow_indicator.cs

2
Runtime/rendering/debug_overflow_indicator.cs


public readonly _OverflowSide? side;
}
public abstract class DebugOverflowIndicatorMixin {
public static class DebugOverflowIndicatorMixin {
static readonly Color _black = new Color(0xBF000000);
static readonly Color _yellow = new Color(0xBFFFFF00);
const float _indicatorFraction = 0.1f;

正在加载...
取消
保存