[jasper/world] Fix build
This commit is contained in:
parent
fbd42e74a6
commit
610c0c03ce
@ -23,7 +23,7 @@ class WorldEditorView: public ox::SignalHandler {
|
||||
|
||||
private:
|
||||
studio::StudioContext &m_sctx;
|
||||
ngfx::ContextUPtr m_nctx;
|
||||
ox::UPtr<ngfx::Context> m_nctx;
|
||||
WorldStatic const&m_worldStatic;
|
||||
int m_columns{}, m_rows{};
|
||||
World m_world;
|
||||
|
@ -20,7 +20,7 @@ namespace ngfx = nostalgia::gfx;
|
||||
class CollisionView {
|
||||
private:
|
||||
static constexpr int s_scale = 5;
|
||||
ngfx::ContextUPtr m_nctx;
|
||||
ox::UPtr<ngfx::Context> m_nctx;
|
||||
glutils::FrameBuffer m_frameBuffer;
|
||||
uint_t m_sheetTileStart{};
|
||||
int m_subsheetTilesWidth{};
|
||||
|
Loading…
x
Reference in New Issue
Block a user