|
@@ -50,6 +50,8 @@ int main(void)
|
|
|
|
|
|
// De-Initialization
|
|
|
//--------------------------------------------------------------------------------------
|
|
|
+ UnloadRenderTexture(target); // Unload render texture
|
|
|
+ //--------------------------------------------------------------------------------------
|
|
|
CloseWindow(); // Close window and OpenGL context
|
|
|
//--------------------------------------------------------------------------------------
|
|
|
|