moved width height to window
This commit is contained in:
parent
4793d6f26a
commit
3534f2e782
3 changed files with 36 additions and 6 deletions
|
|
@ -47,7 +47,7 @@ import Crafter.Event;
|
|||
|
||||
using namespace Crafter;
|
||||
|
||||
WindowFramebuffer::WindowFramebuffer(std::uint_fast32_t width, std::uint_fast32_t height) : width(width), height(height) {
|
||||
WindowFramebuffer::WindowFramebuffer(std::uint_fast32_t width, std::uint_fast32_t height) : Window(width, height) {
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue