arb:: added a comment explaining the meaning of slided

This commit is contained in:
Zeno Rogue
2022-04-24 22:57:34 +02:00
parent b09646f01c
commit 87f1c9f972
+3
View File
@@ -127,10 +127,13 @@ struct arbi_tiling {
};
#endif
/** currently loaded tiling */
EX arbi_tiling current;
/** is the currently displayed map current or slided */
EX bool using_slided;
/** for real-valued sliders, current is the tiling used by the map, while slided is the tiling used for the display */
EX arbi_tiling slided;
EX bool in_slided() { return in() && using_slided; }