Skip to content

Commit

Permalink
Force texture width/height/depth to NIL in initargs to ensure failure…
Browse files Browse the repository at this point in the history
…s occur earlier.
  • Loading branch information
Shinmera committed Jun 18, 2018
1 parent c283f36 commit ffb68fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/texture.lisp
Expand Up @@ -25,9 +25,9 @@
(wrapping :initarg :wrapping :accessor wrapping)
(storage :initarg :storage :reader storage))
(:default-initargs
:width 1
:height 1
:depth 1
:width NIL
:height NIL
:depth NIL
:target :texture-2d
:level 0
:samples 1
Expand Down

0 comments on commit ffb68fe

Please sign in to comment.