amethyst / amethyst/rustrogueliketutorial

Chapter 5 "Speeding it up even more - recalculating visibility when we need to" doesn't check dirty

未关闭
#141 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Rust
星标
970
派生
166
PR 合并指标
30 天内没有已合并 PR

描述

In [this section](https://github.com/thebracket/rustrogueliketutorial/blob/master/book/src/chapter_5.md#speeding-it-up-even-more---recalculating-visibility-when-we-need-to) of Chapter 5, it sounds like the section should have a code snippet for checking whether the `dirty` flag is set, and in fact alludes to it:

> Our system can be extended to check if the dirty flag is true, and only recalculate if it is - and set the dirty flag to false when it is done.

Are we actually supposed to do this here, or in a later section..?

> The game now runs *very* fast once more

Kinda implies that we should have made the change ourselves and it should be faster now.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。