Merge pull request #413 from vroad/nodejs-fix2
Fix compilation on nodejs
This commit is contained in:
@@ -31,7 +31,7 @@ class AudioSource {
|
||||
private var channel:SoundChannel;
|
||||
#end
|
||||
|
||||
#if (cpp || neko)
|
||||
#if (cpp || neko || nodejs)
|
||||
private var timer:Timer;
|
||||
#end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user