Rename Module to ModuleBase
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Nz
|
||||
*/
|
||||
|
||||
Platform::Platform() :
|
||||
Module("Platform", this)
|
||||
ModuleBase("Platform", this)
|
||||
{
|
||||
if (!Window::Initialize())
|
||||
throw std::runtime_error("failed to initialize window system");
|
||||
|
||||
Reference in New Issue
Block a user