* Fixed issue 518 .. again
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9705 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
c8b3ae7f64
commit
be1aa87f55
@ -299,7 +299,7 @@ public final class OBJLoader implements AssetLoader {
|
||||
Vector2f v = new Vector2f();
|
||||
|
||||
String line = scan.nextLine().trim();
|
||||
String[] split = line.split("\\s++");
|
||||
String[] split = line.split("\\s+");
|
||||
v.setX( Float.parseFloat(split[0].trim()) );
|
||||
v.setY( Float.parseFloat(split[1].trim()) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user