Skip to content

Commit

Permalink
Updated extension api to Defold 1.9.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed Jun 10, 2024
1 parent 6eeef1b commit 83c7a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenshot/src/screenshot_opengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ void Platform_AppInitializeScreenshotExtension(dmExtension::AppParams* params)
{
fpng::fpng_init();

dmExtension::RegisterCallback(dmExtension::CALLBACK_POST_RENDER, PostRenderScreenshot );
dmExtension::RegisterCallback(dmExtension::CALLBACK_POST_RENDER, (FExtensionCallback)PostRenderScreenshot);
}

#endif

0 comments on commit 83c7a23

Please sign in to comment.