mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
fixbug of layout implementation
This commit is contained in:
+1
-1
@@ -4865,7 +4865,7 @@ MG_EXPORT void* GetResource (RES_KEY key);
|
||||
*
|
||||
* When you get a resource, you should call this function to ensure that
|
||||
* the resource can not be unloaded when you still use it.
|
||||
* This function must be called after LoadResource.
|
||||
* This function must be called after GetResource.
|
||||
*
|
||||
* \param key The key of resource (use Str2Key(res_name) to get the key).
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user