mirror of https://github.com/axmolengine/axmol.git
issue #2460: rename EGLView::Create to EGLView->create
This commit is contained in:
parent
c276cdf6ee
commit
2e21e18b70
|
@ -17,6 +17,6 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
|
|||
EGLView *eglView = new EGLView();
|
||||
eglView->setViewName("TestCpp");
|
||||
eglView->setFrameSize(480, 320);
|
||||
eglView->Create();
|
||||
eglView->create();
|
||||
return Application::getInstance()->run();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue