summaryrefslogtreecommitdiff
path: root/helper.h
diff options
context:
space:
mode:
authorStephen Enders <smenders@gmail.com>2021-01-05 01:15:05 -0500
committerStephen Enders <smenders@gmail.com>2021-01-05 01:15:05 -0500
commit443d7ec4b25da99a52c9b3b06fb1d954b060a912 (patch)
tree9755dc37c3f37689943127f7b4c8acbd06df8ff7 /helper.h
parent9ccf3248f2d9cd2cb9bd5a4826e8d0409f98f3d1 (diff)
WIP - rendering pieces, cannot figure why textures not loading
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.h b/helper.h
index dbebfb6..69b37ad 100644
--- a/helper.h
+++ b/helper.h
@@ -18,7 +18,7 @@ struct piece_t
{
int id;
int position;
- std::shared_ptr<sf::Sprite> sprite;
+ sf::Sprite sprite;
};