Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion jme3-core/src/main/resources/com/jme3/asset/Desktop.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
INCLUDE com/jme3/asset/General.cfg

# Desktop-specific loaders
Comment thread
mondogo24 marked this conversation as resolved.
LOADER com.jme3.cursors.plugins.CursorLoader : ani, cur, ico
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,16 @@
import javax.imageio.ImageIO;

/**
* Supports loading of .ico, .ani, and .cur cursor file formats.
*
* Created Jun 5, 2012 9:45:58 AM
* @author MadJack
*
* @deprecated This class is not cross-platform, and the supported file formats are no longer commonly used.
*
*
*/
@Deprecated
public class CursorLoader implements AssetLoader {
final private static int FDE_OFFSET = 6; // first directory entry offset

Expand Down