mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Converted mana cost script now works with 2/C costs.
A mana cost of "31/2" is now broken up as "3","1/2". git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@920 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -176,7 +176,7 @@ IMPLEMENT_REFLECTION(SymbolInFont) {
|
||||
REFLECT(regex);
|
||||
REFLECT_IF_READING
|
||||
if (regex)
|
||||
code_regex.Compile(code);
|
||||
code_regex.Compile(code, wxRE_ADVANCED);
|
||||
REFLECT(draw_text);
|
||||
REFLECT(text_font);
|
||||
REFLECT(text_alignment);
|
||||
|
||||
Reference in New Issue
Block a user