MATRIX-feather / osu

Archived ~> https://github.com/MATRIX-feather/LLin
https://osu.ppy.sh
MIT License
67 stars 5 forks source link

osu-framework需要同步! #36

Closed RocketMaDev closed 3 years ago

RocketMaDev commented 3 years ago

Describe the bug:
stable分支
WikiMarkdownImageBlock.cs中的CreateImageSprite()没有合适的方法重写
D:\CPPProject\mfosu\osu\osu.Game\Overlays\Wiki\Markdown\WikiMarkdownImageBlock.cs(66,43): error CS0115: “WikiMarkdownImageBlock.BlockMarkdownImage.BlockImageContainer.CreateImageSprite()”: 没有找到适合的方法来重写 [D:\CPPProject\mfosu\osu\osu.Game\osu.Game.csproj]
ppy/osu-framework上存在protected virtual Sprite CreateImageSprite();而在你的osu-framework中缺失了,导致stable分支代码无法编译成功。
请更新一下osu-framework的custom分支!

Screenshots or videos showing encountered issue:

osu!lazer version:
ad225dd

Logs:

MATRIX-feather commented 3 years ago

重新推了一下代码,再构建一次试试?

RocketMaDev commented 3 years ago

行了!