From 30ae308c9b26b18096f3f993f4b6ad50ea6bfd76 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 22 Feb 2022 19:09:57 +0200 Subject: Documentation, heightmap example and custom begin and end draw. --- doc_parser.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc_parser.lua') diff --git a/doc_parser.lua b/doc_parser.lua index 848577c..80fa490 100644 --- a/doc_parser.lua +++ b/doc_parser.lua @@ -30,7 +30,8 @@ apiFile:write( "\n> function process( delta )\n\ This function will be called every frame during execution. It will get time duration from last frame on argument 'delta'\n\n---\n" ) apiFile:write( "\n> function draw()\n\ This function will be called every frame after process and it should have all rendering related functions.\ -Note: Engine will call Raylib functions 'BeginDrawing()' before this function call and 'EndDrawing()' after it\n\n---\n" ) +Note: Engine will call Raylib functions 'BeginDrawing()' before this function call and 'EndDrawing()' after it.\ +You can still use RL_BeginDrawing() and RL_EndDrawing() manually from anywhere.\n\n---\n" ) -- Globals. -- cgit v1.2.3