early-access version 4017

This commit is contained in:
pineappleEA
2023-12-12 23:52:27 +01:00
parent 29cac37e95
commit 76fa9cc8e2
10 changed files with 45 additions and 34 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ public:
/// Whether or not this display has any layers added to it.
bool HasLayers() const {
return !layers.empty();
return GetNumLayers() > 0;
}
/// Gets a layer for this display based off an index.