From 3ece17f201686342e8aff90148f360245788b234 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Tue, 3 Mar 2020 21:25:56 -0800 Subject: add support for puzzle serialization --- Source/Random.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Random.h') diff --git a/Source/Random.h b/Source/Random.h index 36b6dc1..e3737ed 100644 --- a/Source/Random.h +++ b/Source/Random.h @@ -17,6 +17,7 @@ public: set[index] = set[setSize-1]; setSize--; } + assert(selection.size() == count); return selection; } -- cgit 1.4.1