mirror of
https://github.com/shadergz/cosmic-station.git
synced 2024-11-27 00:00:21 +00:00
EE
: Removed unnecessary tabs
This commit is contained in:
parent
2795a81120
commit
3368ac8dbd
@ -141,8 +141,8 @@ namespace cosmic::ee {
|
||||
const auto secondWayLayer{roCache->tags[1]};
|
||||
|
||||
std::array<Wrapper<u8*>, 2> maps{
|
||||
Wrapper(virtMap[firstWayLayer >> 12]),
|
||||
Wrapper(virtMap[secondWayLayer >> 12])
|
||||
Wrapper(virtMap[firstWayLayer >> 12]),
|
||||
Wrapper(virtMap[secondWayLayer >> 12])
|
||||
};
|
||||
const auto firstLrf{roCache->lrf[0]};
|
||||
const auto secondLrf{roCache->lrf[1]};
|
||||
|
Loading…
Reference in New Issue
Block a user