Browse Source

* public constructor for EglBitmapUnsupportedFormat (thanks at Jens01)

master
Bergmann89 11 years ago
parent
commit
ff53bc1bee
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      glBitmap.pas

+ 1
- 0
glBitmap.pas View File

@@ -860,6 +860,7 @@ type
EglBitmapSizeToLarge = class(EglBitmap);
EglBitmapNonPowerOfTwo = class(EglBitmap);
EglBitmapUnsupportedFormat = class(EglBitmap)
public
constructor Create(const aFormat: TglBitmapFormat); overload;
constructor Create(const aMsg: String; const aFormat: TglBitmapFormat); overload;
end;


Loading…
Cancel
Save