summaryrefslogtreecommitdiff
path: root/themes/src/spring/SpringTheme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'themes/src/spring/SpringTheme.cpp')
-rw-r--r--themes/src/spring/SpringTheme.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/src/spring/SpringTheme.cpp b/themes/src/spring/SpringTheme.cpp
index 39b6bad..e39c138 100644
--- a/themes/src/spring/SpringTheme.cpp
+++ b/themes/src/spring/SpringTheme.cpp
@@ -37,6 +37,16 @@ inline void on_shaders_loader(ShaderFetchResult* result) {
fetch_bunny(theme);
}
+SpringTheme::SpringTheme(WebglContext* context)
+{
+ load(context);
+}
+
+SpringTheme::~SpringTheme()
+{
+ unload();
+}
+
void SpringTheme::load(WebglContext* context) {
state = SpringThemeState::Loading;
renderer.context = context;