diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-08 16:12:48 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-08 16:12:48 +1000 |
commit | 4a3ffadecba57e64ebd8f6f6c4d15744c38e52b9 (patch) | |
tree | fa591190bb29b0c93487a5c368041c9cd72ef190 /source/application/StarRenderer.hpp | |
parent | 9ef38ce076189dbf9f0ca8c0641febf6ea4038a7 (diff) |
Expose assets lua callbacks to patch contexts
Diffstat (limited to 'source/application/StarRenderer.hpp')
-rw-r--r-- | source/application/StarRenderer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/application/StarRenderer.hpp b/source/application/StarRenderer.hpp index a926df0..2a156f7 100644 --- a/source/application/StarRenderer.hpp +++ b/source/application/StarRenderer.hpp @@ -161,7 +161,7 @@ public: virtual void render(RenderPrimitive primitive) = 0; virtual void renderBuffer(RenderBufferPtr const& renderBuffer, Mat3F const& transformation = Mat3F::identity()) = 0; - virtual void flush() = 0; + virtual void flush(Mat3F const& transformation = Mat3F::identity()) = 0; }; } |