1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-04-27 07:02:21 +02:00

Fixed error logging in OSRExternalPumpBrowser2

This commit is contained in:
salvadordf 2022-04-09 18:36:05 +02:00
parent a2a61e3ef7
commit ad44231235
2 changed files with 2 additions and 2 deletions

View File

@ -813,7 +813,7 @@ Var
TempError : GLenum;
begin
TempError := glGetError();
if (TempError <> GL_NO_ERROR) then ;
if (TempError <> GL_NO_ERROR) then
WriteLn(StdErr, 'OpenGL error: 0x' + IntToHex(TempError, 8));
end;

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 380,
"InternalVersion" : 381,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "100.0.14.0"
}