add GLShader:
- load shaders from assets - start to move shaders to asset files
This commit is contained in:
@@ -35,6 +35,7 @@ public class GdxAssetAdapter extends AssetAdapter {
|
||||
try {
|
||||
return file.read();
|
||||
} catch (GdxRuntimeException e) {
|
||||
e.printStackTrace();
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user