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:
parent
a2a61e3ef7
commit
ad44231235
@ -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;
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 380,
|
||||
"InternalVersion" : 381,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "100.0.14.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user