mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 12:24:11 -04:00
Fix broken LDoc tags
This commit is contained in:
parent
69a9e83759
commit
368766bd27
6 changed files with 2 additions and 10 deletions
|
@ -77,7 +77,6 @@ function World:removeEntity(e)
|
|||
end
|
||||
|
||||
--- Internal: Marks an Entity as dirty.
|
||||
-- @see Entity:__dirty
|
||||
-- @param e Entity to mark as dirty
|
||||
function World:__dirtyEntity(e)
|
||||
if not self.__dirty:has(e) then
|
||||
|
@ -87,7 +86,6 @@ end
|
|||
|
||||
--- Internal: Flushes all changes to Entities.
|
||||
-- This processes all entities. Adding and removing entities, as well as reevaluating dirty entities.
|
||||
-- @see System:__evaluate
|
||||
-- @return self
|
||||
function World:__flush()
|
||||
-- Early out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue