mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-04 22:09:59 +03:00
Make all the samples compile under Linux
Two-thirds of them run and work well. BUG=angleproject:892 Change-Id: I401a7ef4fd055eda7276bd34dcf0fc6ae0deff13 Reviewed-on: https://chromium-review.googlesource.com/270124 Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Tested-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
class TextureWrapSample : public SampleApplication
|
||||
{
|
||||
public:
|
||||
TextureWrapSample::TextureWrapSample()
|
||||
TextureWrapSample()
|
||||
: SampleApplication("TextureWrap", 1280, 720)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user