Skip to content

Commit

Permalink
Fixed crash clicking new microbe button in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Moopli committed Jul 31, 2016
1 parent 9beac3f commit 164f6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/microbe_stage/microbe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class 'Microbe'
-- @returns microbe
-- An object of type Microbe

function Microbe.createMicrobeEntity(name, aiControlled, speciesName)
function Microbe.createMicrobeEntity(name, aiControlled, speciesName, in_editor)
local entity
if name then
entity = Entity(name)
Expand Down

0 comments on commit 164f6c7

Please sign in to comment.