Skip to content

Commit 603f961

Browse files
author
bluew
committed
Re-enable texture-loading in utils.rkt. Fixes planet.rkt, bitmaptest.rkt and vbotest.rkt.
1 parent 697a47e commit 603f961

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

typed/opengl/utils.rkt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@
264264
(: load-texture (-> Path-String [#:mipmap Any] [#:repeat (U 'none 'x 'y 'both)] Natural))
265265
;; Directly load a file from disk as texture.
266266
(define (load-texture filename #:mipmap (mipmap #t) #:repeat (repeat-mode 'none))
267-
(error 'load-texture "currently not working due to an error in Typed Racket")
268-
#;
269267
(bitmap->texture (read-bitmap filename) #:mipmap mipmap #:repeat repeat-mode))
270268

271269
;;; Utility functions for dealing with shaders

0 commit comments

Comments
 (0)