mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
fixed building on linux; updated linux directions
This commit is contained in:
@@ -29,7 +29,6 @@ template <> void GetDefaultMember::handle(const Color& v) { value = to_sc
|
||||
template <> void GetDefaultMember::handle(const wxDateTime& v) { value = to_script(v); }
|
||||
void GetDefaultMember::handle(const ScriptValueP& v) { value = v; }
|
||||
void GetDefaultMember::handle(const ScriptP& v) { value = v; }
|
||||
template <> void GetDefaultMember::handle(const unsigned long& v) { value = to_script((int)v); }
|
||||
|
||||
// ----------------------------------------------------------------------------- : GetMember
|
||||
|
||||
|
||||
Reference in New Issue
Block a user