Initialize EditorBase definition with higher priority.

Many other definitions may depend on it being initialized and it would be verbose and error-prone to add a check to every single dependent definition.
qteditor
Sven Eberhardt 2016-06-07 18:23:53 -04:00
parent 397dbd867a
commit 96068b9a17
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ local EditorProp_Invincibility = { Type = "has_effect", Effect = "IntInvincible"
local EditorProp_PlayerColor = { Type = "color", AsyncGet = "GetColor", Set = "SetColor" };
local Plane = 1;
local DefinitionPriority=100; // Call this definition early to allow EditorProp initialization
func Definition(def)
{
// Property delegate types