aboutsummaryrefslogtreecommitdiff
path: root/zenserver
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-29 22:26:07 +0200
committerStefan Boberg <[email protected]>2021-09-29 22:26:07 +0200
commit24d571fc92761d84a186a01803036720b8c5fba9 (patch)
tree2a7321fe2172e8f49d44872f078193ecf3b02bd1 /zenserver
parentstats: added Histogram, UniformSample and SampleSnapshot (diff)
parentPrevent mesh tests to crash by moving behind define. (diff)
downloadzen-24d571fc92761d84a186a01803036720b8c5fba9.tar.xz
zen-24d571fc92761d84a186a01803036720b8c5fba9.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zenserver')
-rw-r--r--zenserver/upstream/jupiter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zenserver/upstream/jupiter.h b/zenserver/upstream/jupiter.h
index f05e059bd..d8844279e 100644
--- a/zenserver/upstream/jupiter.h
+++ b/zenserver/upstream/jupiter.h
@@ -51,7 +51,6 @@ struct CloudCacheResult
int32_t ErrorCode = {};
std::string Reason;
bool Success = false;
- bool Exists = false;
};
/**