phinajs / phina.js

phina.js is game library

Home Page:http://phinajs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Math.randint()とMath.randfloat()が二重で定義されている。

ihoronir opened this issue · comments

上記の2つのファイルで、Math.randint()Math.randfloat()が両方のファイルで定義されています。
ビルドされた状態では、/src/util/random.jsが後に来るため、こちらが優先されているはずです。
これだと、phina.util.Random.seed の値がMath.randint()Math.randfloat()の結果に関わってくるので、/src/util/random.js の120~125行目を削除したほうが良さそうです。

phina.util.Random.seedMath.randint()Math.randfloat()に影響している様子→http://runstant.com/shioleap/projects/8c1dda07