SmartFoxClient.as strict compile issue
Posted: 16 Mar 2010, 12:11
SmartFoxClient.as 1.6.1
AS3
I had to change line 2323 of this file to ensure strict type compiling:
to
AS3
I had to change line 2323 of this file to ensure strict type compiling:
Code: Select all
var varOwner = room.getUser(userId)Code: Select all
var varOwner:User = room.getUser(userId)