Fix NOTESKIN:GetMetric()
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
StepMania 5.1 Changelog
|
||||
________________________________________________________________________________
|
||||
The StepMania 5.1 Changelog covers all post-5.0.12 changes.
|
||||
________________________________________________________________________________
|
||||
|
||||
2016/11/24
|
||||
----------
|
||||
* [NoteSkinManager] Fixed NOTESKIN:GetMetric() [shakesoda]
|
||||
|
||||
StepMania 5 Changelog
|
||||
________________________________________________________________________________
|
||||
The StepMania 5 Changelog covers all post-sm-ssc changes. For a list of changes
|
||||
|
||||
@@ -546,7 +546,7 @@ class LunaNoteSkinManager: public Luna<NoteSkinManager>
|
||||
{
|
||||
public:
|
||||
DEFINE_METHOD( GetPath, GetPath(SArg(1), SArg(2)) );
|
||||
DEFINE_METHOD( GetMetric, GetMetricI(SArg(1), SArg(2)) );
|
||||
DEFINE_METHOD( GetMetric, GetMetric(SArg(1), SArg(2)) );
|
||||
DEFINE_METHOD( GetMetricI, GetMetricI(SArg(1), SArg(2)) );
|
||||
DEFINE_METHOD( GetMetricF, GetMetricF(SArg(1), SArg(2)) );
|
||||
DEFINE_METHOD( GetMetricB, GetMetricB(SArg(1), SArg(2)) );
|
||||
|
||||
Reference in New Issue
Block a user