Skip to content

Commit

Permalink
Shorten max animation length from 30 to 15 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed May 5, 2024
1 parent 6015a50 commit b0d8f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hexdoc/graphics/texture.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
logger = logging.getLogger(__name__)


MAX_DURATION_SECONDS = 30
MAX_DURATION_SECONDS = 15
MAX_FRAMES = MAX_DURATION_SECONDS * 20

_TEXTURE_CACHE: dict[ResourceLocation, ModelTexture] = {}
Expand Down

0 comments on commit b0d8f77

Please sign in to comment.