1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 18:27:55 +00:00

fake:: fixed some bugs with patterns working incorrectly

This commit is contained in:
Zeno Rogue
2020-06-03 11:46:50 +02:00
parent bc63ca3f81
commit ffa4589705
3 changed files with 8 additions and 0 deletions

View File

@@ -1642,6 +1642,11 @@ void texture_config::true_remap() {
void texture_config::remap() {
if(tstate == tsActive) {
if(geometry == gFake) {
/* always correct */
true_remap();
return;
}
patterns::computeCgroup();
correctly_mapped = patterns::compatible(texture::cgroup, patterns::cgroup);
if(!correctly_mapped)