From ff63a4b2bf9f096f8cf8c6824e826b3b4d79e747 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 7 Apr 2025 11:27:00 -0400 Subject: pke: saving and loading scenes works --- src/serialization.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/serialization.hpp') diff --git a/src/serialization.hpp b/src/serialization.hpp index f4180e4..97bd4e8 100644 --- a/src/serialization.hpp +++ b/src/serialization.hpp @@ -50,7 +50,7 @@ struct srlztn_deserialize_helper { pke_scene *scene; pk_membucket *bkt; char *read_line; - std::istringstream i; + std::istream *i; pk_arr_t mapping; }; -- cgit v1.2.3