mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-09 18:44:46 +00:00
Minor change she/skia/she.cpp
This commit is contained in:
parent
65105f33da
commit
edd67ab4cd
@ -70,13 +70,6 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
#endif
|
||||
// SkGraphics::Init();
|
||||
// SkEvent::Init();
|
||||
|
||||
int res = app_main(argc, argv);
|
||||
|
||||
// SkEvent::Term();
|
||||
// SkGraphics::Term();
|
||||
|
||||
return res;
|
||||
return app_main(argc, argv);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user