Results of today's code review session.
This commit is contained in:
parent
14b3ea7676
commit
f35b74f335
21 changed files with 64 additions and 59 deletions
|
@ -45,9 +45,7 @@ namespace lighting {
|
|||
|
||||
|
||||
void LightRender::reset_light() {
|
||||
for(auto &row : $lightmap) {
|
||||
row.assign(row.size(), lighting::MIN);
|
||||
}
|
||||
matrix::assign($lightmap, lighting::MIN);
|
||||
}
|
||||
|
||||
void LightRender::clear_light_target(const Point &at) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue