ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/bin/pclient
(Generate patch)

Comparing deliantra/Deliantra-Client/bin/pclient (file contents):
Revision 1.25 by root, Fri Apr 7 20:55:32 2006 UTC vs.
Revision 1.26 by elmex, Fri Apr 7 20:57:29 2006 UTC

95} 95}
96 96
97sub refresh { 97sub refresh {
98 glClear GL_COLOR_BUFFER_BIT; 98 glClear GL_COLOR_BUFFER_BIT;
99 99
100 $_->draw for values %Crossfire::Client::Widget::ACTIVE_WIDGETS; 100 $_->draw for @Crossfire::Client::Widget::ACTIVE_WIDGETS;
101 101
102 SDL::GLSwapBuffers; 102 SDL::GLSwapBuffers;
103} 103}
104 104
105%SDL_CB = ( 105%SDL_CB = (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines